💰
API 3.0
Odds API 3.0
Odds API 3.0
  • Getting Started
    • 🙋‍♂️Welcome
    • 🔐Authentication
    • 💡Request options
    • 🧭Query complexity
    • 📔Response Codes
    • Endpoints
      • 👓Pre-match Odds
        • GET All Odds
        • GET Odds by Fixture ID
        • GET Odds by Fixture ID and Bookmaker ID
        • GET Odds by Fixture ID and Market ID
        • GET Last Updated Odds
      • 🧠Inplay Odds
        • GET All Odds
        • GET Odds by Fixture ID
        • GET Odds by Fixture ID and Bookmaker ID
        • GET Odds by Fixture ID and Market ID
        • GET Last Updated Odds
      • 📚Bookmakers
        • GET All Bookmakers
        • GET Bookmaker by ID
        • GET Bookmakers Search by Name
        • GET Bookmakers by Fixture ID
        • GET Bookmaker Event ID's by Fixture Id
      • 📑Markets
        • GET All Markets
        • GET Market by ID
        • GET Markets by Search by Name
    • Entities
      • 📚Bookmaker
      • 📑Market
      • 👓Odd
      • 🧠InplayOdd
Powered by GitBook
On this page
  1. Getting Started
  2. Endpoints
  3. Bookmakers

GET Bookmaker Event ID's by Fixture Id

This endpoint returns all the bookmakers event ids available for your requested fixture ID.

PreviousGET Bookmakers by Fixture IDNextMarkets

Last updated 2 years ago

https://api.sportmonks.com/v3/odds/bookmakers/fixtures/{ID}/mapping
"data": [
        {
            "fixture_id": 18546969,
            "bookmaker_id": 2,
            "bookmaker_name": "bet365",
            "bookmaker_event_id": "121986418"
        }
    ],

Field
Description
Type

fixture_id

Refers to the Sportmonks fixture_id

integer

bookmaker_id

Refers to the id of the bookmaker

integer

bookmaker_name

contains the name of the bookmaker

string

bookmaker_event_id

contains the id of this fixture at the bookmaker

string

Query Parameters
Required?
Description

api_token

YES

Your unique API token

include

NO

Enrich the API with more data by using includes

select

NO

Select specific fields on the

filters

NO

Filter the API response on multiple related entities. There are static filters and dynamic filters.

Please find the possibilities in the Static and Dynamic Filter tab.

Not applicable for this endpoint.

Not applicable for this endpoint.

Pagination

YES

Include depth

You can use a total of 0 nested includes on this endpoint

Include options

none

Related Entities:

Get an overview and explanation of all the fields returned in the API response. The related entities for the bookmakers endpoints are:

📚
Bookmaker
base entity