get_all_prematch_odds
Fetch all pre-match odds with pagination support. Apply filters by market, bookmaker, or winning odds to retrieve targeted data.
Instructions
Get all available pre-match odds (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |