Get current fixture odds for a whole date's slate
Slate-level odds aggregate. Returns one per-fixture odds object
for every game scheduled on date, so consumers fetch a day’s
odds in one request instead of one /games/{id}/odds call per
game. Each games[] element is byte-shape-identical to the
single-fixture /games/{id}/odds data object (game_id,
snapshot_at, markets) with a fixtureId added. A date with no
fixtures returns games: [] with a 200 (never a 404).
Authorizations
Send a workspace API token in the Authorization: Bearer <token> header.
Path Parameters
League identifier from the /v1/leagues catalog (e.g. mlb, nba,
epl, nfl, nhl). Unknown values return 404 unsupported_league.
Query Parameters
Slate date (YYYY-MM-DD).
Comma-separated bookmaker ids to include.
Price format for quoted odds.
decimal, american Response
Per-fixture current odds for every game on the date.