GET Inplay Odds by Fixture ID and Market ID
Returns all available inplay odds for the requested fixture ID and market ID.
https://api.sportmonks.com/v3/football/odds/inplay/fixtures/{ID}/markets/{ID}{
"data": [
{
"id": 1,
"fixture_id": 18476561,
"market_id": 1,
"bookmaker_id": 2,
"label": "1",
"value": "1.00",
"name": "Bucheon FC 1995",
"sort_order": 0,
"market_description": "Fulltime Result",
"probability": "100%",
"dp3": "1.00",
"fractional": "1/500",
"american": "-100",
"winning": false,
"suspended": true,
"stopped": true,
"total": null,
"handicap": null,
"participants": "7361|7361",
"latest_bookmaker_update": null
},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?