GET All Bookmakers
This endpoint returns all available bookmakers within your subscription.
https://api.sportmonks.com/v3/odds/bookmakers/{
"data": [
{
"id": 1,
"legacy_id": 1,
"name": "10Bet"
},
{
"id": 2,
"legacy_id": 2,
"name": "bet365"
},
{
"id": 3,
"legacy_id": 3,
"name": "188Bet"
},Field
Description
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
File
Pagination
Parameters
Parameter
Required
Description
Example
Include options
Related entities
Postman
Code Example
Last updated
Was this helpful?