GET Odds by Fixture ID and Bookmaker ID
Returns the Pre-match odds by Fixture and Bookmaker ID.
https://api.sportmonks.com/v3/football/odds/pre-match/fixtures/{ID}/bookmakers/{ID}{
"data": [
{
"id": 1,
"fixture_id": 18533878,
"market_id": 1,
"bookmaker_id": 34,
"label": "Home",
"value": "1.48",
"name": "Home",
"sort_order": null,
"market_description": "Match Winner",
"probability": "67.57%",
"dp3": "1.480",
"fractional": "37/25",
"american": "-209",
"winning": false,
"stopped": false,
"total": null,
"handicap": null,
"participants": null,
"created_at": "2023-01-11T14:40:25.000000Z",
"updated_at": "2023-01-11T14:47:50.000000Z",
"original_label": null,
"latest_bookmaker_update": "2023-01-11 14:40:25"
},
Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related entities
Postman
Code Example
Last updated
Was this helpful?