v6
OpenAPI 3.1.02026-08-04305678.9 KBGet Event Best Line
Return the best price across all books for every (market, player, line) tuple on an event.
markets is an optional comma-separated filter (e.g. markets=h2h,spreads,pitcher_strikeouts). When omitted, every market on the event is included.
bookmakers is an optional comma-separated book-key filter (the-odds-api-compatible, same as on the odds endpoints). Omitted = every comparable book; unknown keys match nothing. Useful to shop only the books you hold accounts at.
Each line in the response carries a sides dict mapping side name (e.g. "Over"/"Under" or team names) to the best price across all books, plus an all_prices array sorted best-first so consumers can render runner-ups without a second request.
Path parameters
Query parameters
When true, every price row carries a link — that book's public event-page URL, the click-out for 'go bet this'. Books without a verified URL template return null. Links appear on free-tier redacted responses too (navigation isn't the paid data).
When true, every price row carries a link — that book's public event-page URL, the click-out for 'go bet this'. Books without a verified URL template return null. Links appear on free-tier redacted responses too (navigation isn't the paid data).
Response
Successful Response