get_fixture
One fixture in full by id: every normalized market with its canonical key, tier, structure, status, decimal price and the no-vig probability per selection. Use it after get_live_odds or get_prematch_odds returns an id, when one match needs its whole market list. Only OPEN markets are returned by default; include=closed,suspended,resulted reveals the untradeable ones, and a RESULTED selection never carries a price under any query. A fixture leaves the board when it finishes, so an id from an earlier call can 404 — that is the market lifecycle, not an outage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Tier ceiling, not an exact match: tier=2 returns tiers 1 and 2. 1 = documented and stable (match winner, main handicap, main total, team totals and their first-period and esports map equivalents). 2 = broader and beta (player props, alternate lines). 3 = everything else, raw provider names. Default 1. | |
| include | No | Comma separated: closed, suspended, resulted. Untradeable markets, off by default. An unrecognised value is ignored rather than treated as everything. | |
| fixture_id | Yes | Fixture id from another odds tool |