Returns a list of competitions with available odds for a given sport id.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Data Points
<Accordion title="Sport & Category" icon="fa-light fa-chart-simple-horizontal">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `country_code` | `competition` - `category` | String | Country code of a competition's category<br /><br />ex. `ENG` |
| `id` | `competition` - `category` | GUID | Unique ID of a competition's category<br /><br />ex. `sr:category:1` (England, Soccer) |
| `name` | `competition` - `category` | String | Name of a competition's category<br /><br />ex. `England` |
<Accordion title="Competition" icon="fa-light fa-chart-simple-horizontal">
| Attribute | Parent Element | Type | Description |
| --------- | -------------- | ---- | ----------- |
| `futures` | `competition` | Boolean | Signifies futures are available for a competition when `true` |
| `gender` | `competition` | String | Gender for a competition<br /><br />`men`, `women` |
| `id` | `competition` | String | Unique ID for a competition<br /><br />ex. `sr:competition:17` (Premier League) |
| `markets` | `competition` | Boolean | Signifies prematch markets are available for a competition when `true` |
| `name` | `competition` | String | Name of a competition<br /><br />ex. `Pro A`, `NBA` |
| `player_props` | `competition` | Boolean | Signifies player props are available for a competition when `true` |
</Accordion>
