Bookmaker by ID
GET https://soccer.sportmonks.com/api/v2.0/bookmakers/:BOOKMAKER_ID
Introduction
Bookmakers are organizations that accept and pay off bets on sport events. Different Bookmaker often have different Odds per Game.
The Bookmakers endpoint will help you to set up the Odds on a proper way in your website/application. This endpoint is very usefull for administrative purposes to check and structure the Bookmakers availability.
Bookmakers data can be requested by ID or all in one response.
Pagination
NO - Indicates if this endpoint contains pagination.
Nested Includes
0 - You can add a maximum of 0 levels of nested includes.
Includes Options
No includes available for this endpoint.
RESPONSES
status: OK
{"data":{"id":1,"name":"10Bet","logo":null},"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}