get_premium_odds_by_fixture_id
Retrieve premium odds for a specific fixture by ID, with options to include bookmakers, markets, and apply filters.
Instructions
Get premium odds for a specific fixture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixture_id | Yes | Fixture ID. | |
| include | No | Semicolon-separated includes. e.g. bookmaker;market;fixture | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters. e.g. markets:12,14 or bookmakers:2,14 or WinningOdds | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |