GET Bookmaker Match ID Mappings by Fixture ID
Returns bookmaker match ID mappings for the requested fixture ID.
https://api.sportmonks.com/v3/odds/bookmakers/fixtures/{id}/mapping"data": [
{
"fixture_id": 19135042,
"bookmaker_id": 2,
"bookmaker_name": "bet365",
"bookmaker_event_id": "173826315",
"bookmaker_event_url": null
},
{
"fixture_id": 19135042,
"bookmaker_id": 62,
"bookmaker_name": "22Bet",
"bookmaker_event_id": "623061696",
"bookmaker_event_url": "https://22bet.com/en/line/Football/88637-England-Premier-League/623061696-Liverpool-Crystal-Palace"
}
]Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include options
Related entities
Postman
Code Example
Last updated
Was this helpful?