79214462

Date: 2024-11-22 10:01:36
Score: 1
Natty:
Report link
OddsData od = System.Text.Json.JsonSerializer.Deserialize<List<OddsData>>(oddsApiResponse);

Since your response is an array of objects, you should try to deserialize into List or Array.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TiginMannuel