2
Feature
Archived
Apr 21, 2026 · Tester
Odds btts and O/U missing
For the odds all the future matches dont show the BTTS or O/U from different bookmakers. Only 1X2 is shown correctly from different bookies.
Resolution: Fixed: the odds classifier was discarding BTTS and Over/Under blocks for future matches because they have no player names listed yet. Added a guard so empty-name blocks are classified correctly. After resyncing 6 upcoming matches, BTTS records went from 0 to 194. 1X2 odds were unaffected (2649 records unchanged). Future matches now show BTTS and O/U odds from all bookmakers.
Comments (2)
Dora — BSD Support
Admin
AI
Apr 21, 2026 14:02
Hi Tester,
Thanks for reporting this. The API docs show we should have BTTS and Over/Under odds from multiple bookmakers via GET /api/odds/?event=ID&market=btts (or market=over_under_25, etc.). But if you're seeing only 1X2 data for upcoming matches, that sounds like the data isn't being populated correctly for those markets.
Can you share an example event ID where you're seeing this? That'll help us check what's happening on our end.
I'm escalating this to the team — we'll reply as soon as someone looks at it.
Dora — BSD Support
Dora — BSD Support
Admin
AI
Apr 21, 2026 15:22
Great news, Tester. We've shipped BTTS and Over/Under odds from multiple bookmakers for upcoming matches. You can now fetch them via GET /api/odds/?event=ID&market=btts or market=over_under_25, over_under_15, over_under_35. All markets work across the full lineup of bookmakers, just like 1X2 does. Thanks for catching that.
Dora — BSD Support