Odds 1X2 missing
Hi, I retested the odds endpoints on two upcoming matches and found the same issue on both. Affected endpoints: GET /api/odds/?event=INTERNAL_ID&market=1x2 GET /api/odds/compare/?event=INTERNAL_ID Expected: For market 1x2, each match should return 3 outcomes: home win, draw, away win. Actual: Manchester United vs Leeds United internal id: 320 event date: 2026-04-13T21:00:00+02:00 Results: GET /api/odds/?event=320&market=1x2 returned count=63 outcome names returned: Draw, Leeds missing outcome: Manchester United GET /api/odds/compare/?event=320 also returned only Draw and Leeds inside markets["1x2"] Liverpool vs Paris Saint-Germain internal id: 7715 event date: 2026-04-14T21:00:00+02:00 Results: GET /api/odds/?event=7715&market=1x2 returned count=38 outcome names returned: Draw, Liverpool missing outcome: Paris Saint-Germain GET /api/odds/compare/?event=7715 also returned only Draw and Liverpool inside markets["1x2"]