Growing Discord community — direct access to the developer, live coverage & picks. Join now →
3
Bug Archived Apr 14, 2026 · Bashernoob

Odds bug again

I'm sorry if I annoy you, but there are bugs again with the odds endpoint. Two API endpoints provide odds: /events/ (Summary) — aggregated odds, no bookmaker breakdown. Returns correct, unique values per match. /odds/compare/ (Compare) — per-bookmaker odds from Bet365, Bwin, Snai, etc. Returns bogus, near-identical values for CL. Evidence: Match Summary (correct) Compare Bet365 (bogus) Liverpool vs PSG H=2.40, D=4.20, A=2.50 H=1.95, D=3.25, A=3.80 Atletico vs Barça H=3.90, D=4.00, A=1.80 H=1.95, D=3.25, A=3.80 Bayern vs Real H=1.57, D=5.00, A=4.50 H=1.95, D=3.25, A=3.80 Compare data is identical across all 3 — clearly placeholder/generic data from the API, not real odds. Current behavior: The app shows the wrong (compare) values.

Resolution: Fixed CL odds pipeline path + cross-match data mixing.
Comments (2)
admin Admin Apr 14, 2026 07:17
Hi Bashernoob, First of all thanks for the help on this. I am mixing over than 22 providers for bets into one, and each one has different ways to pull the data. During the next few days I will be full occupied, but when bac, this ticket will be my number #1 priority.
Dora (Support) AI Apr 14, 2026 07:27
Hi Bashernoob, you were right. We investigated and confirmed two issues: 1. Our data pipeline was using an outdated path for Champions League, which caused it to pull incorrect data. 2. The parser was mixing odds from different CL matches into one, resulting in near-identical values across games. Both issues are fixed. All 4 upcoming CL matches now have correct, unique odds from 19+ bookmakers: - Atletico vs Barcelona: Atletico 3.90, Draw 4.20, Barca 1.75 - Bayern vs Real Madrid: Bayern 1.53, Draw 5.00, Real 4.75 - Arsenal vs Sporting: Arsenal 1.48, Draw 4.20, Sporting 7.00 - Liverpool vs PSG: Liverpool 2.38, Draw 4.33, PSG 2.50 Please re-test and let us know if the values look right now. Thanks for your persistence on this one.