get_prematch_odds_by_fixture_id
Retrieve pre-match odds for a specific fixture. Filter by markets, bookmakers, and include additional data like fixture details.
Instructions
Get pre-match 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. |