LogoLogo
Quick StartFootball APIContactAPI 3.0
  • Welcome
  • Changelog
  • Getting Started
    • Get Started
    • Documentation for the documentation
  • Endpoint overview
    • Continents
      • GET All Continents
      • GET Continent by ID
    • Countries
      • GET All Countries
      • GET Country by ID
    • Leagues
      • GET All Leagues
      • GET League by ID
      • GET Leagues by Country ID
      • Search Leagues by Name
    • Seasons
      • GET All Seasons
      • GET Season by ID
    • Fixtures
      • GET Fixture by ID
      • GET Last Updated Fixtures
      • GET Fixtures by Date
      • GET Fixtures by Date Range
      • GET Fixtures by Date Range for Team
      • GET Fixtures by Multiple ID's
      • GET Deleted Fixtures
    • Statistics
    • Livescores
      • GET All Livescores
      • GET All In play Livescores
    • News API
      • GET All News
      • GET News For Upcoming Fixtures
      • GET News by Season ID
    • Commentaries
      • Commentaries by Fixture ID
    • Video Highlights
      • Get Video Highlights by Fixture ID
    • Head 2 Head
      • GET Head 2 Head by Team IDs
    • Standings
      • GET Standings by Season ID
      • GET LIVE Standings
      • GET Standings by Season ID and Round ID
      • GET Standings by Season and Date(time)
      • GET Standings Corrections by Season ID
    • Teams
      • GET Team by ID
      • GET Teams by Country ID
      • GET Teams by Season ID
      • Search Team by Name
      • GET Current Leagues by Team ID
      • Get All Leagues by Team ID
    • Players
      • GET Player by ID
      • GET Players by Country ID
      • Search Player by Name
    • Topscorers
      • GET Topscorers by Season ID
      • GET Topscorers Aggregated by Season ID
    • Rivals
      • GET Rivals by Team ID
    • Venues
      • GET Venue by ID
      • GET Venues by Season ID
    • Rounds
      • GET Rounds by Season ID
      • GET Round by ID
    • Odds
      • GET Odds by Fixture ID and Bookmaker ID
      • GET Odds by Fixture ID and Market ID
      • GET Odds by Fixture ID
      • GET Inplay Odds by Fixture ID
    • Coaches
      • GET Coach by ID
    • Stages
      • GET Stage by ID
      • GET Stages by Season ID
    • Bookmakers
      • GET All Bookmakers by Fixture ID
      • GET All Bookmakers
      • GET Bookmaker by ID
    • Markets
      • GET All Fixtures by Market ID
      • GET All Markets
      • GET Market by ID
    • Team Squads
      • GET Team Squad by Team and Season ID
    • TV Stations
      • GET TV Station by Fixture ID
    • Prediction API
      • GET Leagues and Performances
      • GET Probabilities
      • GET Probabilities by Fixture ID
      • GET Value Bets
      • GET Value Bet by Fixture ID
  • Tutorials
    • Introduction to our API
      • Make your first request
      • Set your time zone
      • Pagination
    • Enriching your response
      • Includes
      • Nested includes
    • Filtering, limiting & sorting
      • Filtering
      • Limiting
      • Sorting
    • Schedule, fixtures & livescores
      • Season schedule
      • Fixtures
      • Livescores
    • Statistics
      • Match statistics
      • Team statistics
      • Player statistics
      • Season statistics
    • League & topscorers standings
      • League standings
      • Topscorers standings
    • Odds & predictions
      • Odds
        • Odds by fixture, bookmaker and market id
        • FlatOdds
        • InplayOdds
      • Predictions
  • MySportmonks
    • How-to build a custom plan
    • ID Finder
  • How-to Guides
    • Get Started with our how-to guides
      • How-to build your API requests
    • Livescores & fixtures
      • How-to build a livescore website
      • How-to build a schedule page
    • Match & team pages
      • How-to build a match page with events and statistics
      • How-to build a match page with line-ups/formations
      • How-to build a team page with season stats and squads
    • How-to build standings and topscorer standings
      • League standings
      • Topscorer standings
    • Odds & predictions
      • How-to build a match page with odds
      • How-to build a betting odds portal
      • How-to use the predictions API
    • How-to build a fantasy game
    • Developer tools
      • How-to use Sportmonks' APIs in Postman
    • How-to keep your database in sync
    • World Cup 2022
    • EURO 2024
    • Football widgets
      • How-to set up football widgets in your web application
      • Configurations
      • Widgets overview
        • Livescore widget
        • International Cup widgets
  • API References
    • API reference guide
    • Data features
    • ID Finder
    • Code libraries
    • Demo response files
    • Statuses and definitions
    • API Rate limiting
    • Response codes
    • Meta description
  • General
  • Sportmonks
  • Plans & pricing
  • FAQ
  • Contact
Powered by GitBook
On this page
  • Odds by fixture and bookmaker id
  • Odds by Fixture and Market id
  • Odds by fixture id

Was this helpful?

Export as PDF
  1. Tutorials
  2. Odds & predictions
  3. Odds

Odds by fixture, bookmaker and market id

PreviousOddsNextFlatOdds

Last updated 4 years ago

Was this helpful?

Odds by fixture and bookmaker id

The is recommended if you want to request the odds for one fixture and one bookmaker.

As you can see, you need to parse one fixture and one bookmaker id. The endpoint will return all the available markets of one bookmaker for one fixture. As mentioned previously, you can find the bookmakers ids via our

For example, the odds from bet365 (#2) for the fixture Juventus – Barcelona (17361236):

https://soccer.sportmonks.com/api/v2.0/odds/fixture/17361236/bookmaker/2?api_token={API_TOKEN}
{
    "data": [
        {
            "id": 1,
            "name": "3Way Result",
            "suspended": false,
            "bookmaker": {
                "data": [
                    {
                        "id": 2,
                        "name": "bet365",
                        "odds": {
                            "data": [
                                {
                                    "label": "1",
                                    "value": "2.90",
                                    "extra": null,
                                    "probability": "34.48%",
                                    "dp3": "2.9000",
                                    "american": 190,
                                    "factional": null,
                                    "handicap": null,
                                    "total": null,
                                    "winning": null,
                                    "stop": false,
                                    "bookmaker_event_id": 94629640,
                                    "last_update": {
                                        "date": "2020-10-28 10:37:17.587467",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "X",
                                    "value": "3.50",
                                    "extra": null,
                                    "probability": "28.57%",
                                    "dp3": "3.5000",
                                    "american": 250,
                                    "factional": null,
                                    "handicap": null,
                                    "total": null,
                                    "winning": null,
                                    "stop": false,
                                    "bookmaker_event_id": 94629640,
                                    "last_update": {
                                        "date": "2020-10-28 10:37:17.587478",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "2",
                                    "value": "2.35",
                                    "extra": null,
                                    "probability": "42.55%",
                                    "dp3": "2.3500",
                                    "american": 135,
                                    "factional": null,
                                    "handicap": null,
                                    "total": null,
                                    "winning": null,
                                    "stop": false,
                                    "bookmaker_event_id": 94629640,
                                    "last_update": {
                                        "date": "2020-10-28 10:37:17.587487",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        },

As you can see, it gives you all the markets from bet365. However, you can also request one market from all the bookmakers.

Odds by Fixture and Market id

Let’s continue with this example. However, this time, you want to know the odds of the home, draw, away (3-way-result) market from all the bookmakers from the same fixture. You can use our for this.

As you can see, you need to parse one fixture and one market id. The endpoint will return one market from all the available bookmakers for one fixture. You can find the market ids via our

For example, the 3-way-result market (#1) for the fixture Juventus – Barcelona (17361236).

https://soccer.sportmonks.com/api/v2.0/odds/fixture/17361236/market/1?api_token={API_TOKEN}
{
    "data": [
        {
            "id": 1,
            "name": "3Way Result",
            "suspended": true,
            "bookmaker": {
                "data": [
                    {
                        "id": 271057009,
                        "name": "CloudBet",
                        "odds": {
                            "data": [
                                {
                                    "label": "1",
                                    "value": "2.99",
                                    "probability": "33.44%",
                                    "dp3": "2.990",
                                    "american": 199,
                                    "factional": null,
                                    "winning": null,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-10-28 14:34:34.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "X",
                                    "value": "3.46",
                                    "probability": "28.9%",
                                    "dp3": "3.459",
                                    "american": 246,
                                    "factional": null,
                                    "winning": null,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-10-28 14:34:34.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                },
                                {
                                    "label": "2",
                                    "value": "2.51",
                                    "probability": "39.84%",
                                    "dp3": "2.510",
                                    "american": 150,
                                    "factional": null,
                                    "winning": null,
                                    "handicap": null,
                                    "total": null,
                                    "bookmaker_event_id": null,
                                    "last_update": {
                                        "date": "2020-10-28 14:34:34.000000",
                                        "timezone_type": 3,
                                        "timezone": "UTC"
                                    }
                                }
                            ]
                        }
                    }, 

As you can see, the API returns all the odds of the requested market from different bookmakers. You can see Cloudbet and many more. This could be great if you want to compare all the bookmakers from one market.

Interested in the best odds for a market? We also offer a Value Bet model for this. More about the can be found in our

Odds by fixture id

Of course, it’s also possible to request all the odds markets from all the bookmakers. You can use our for that:

https://soccer.sportmonks.com/api/v2.0/odds/fixture/17361236?api_token={API_TOKEN}

Note that it’s not possible to filter on this endpoint. If you want to filter the odds, you should use the flatOdds include on one of our

odds by fixture and bookmaker id endpoint
bookmaker endpoint.
odds by fixture and market id
markets endpoint.
value bet
predictions tutorial.
odds by fixture id endpoint
fixtures endpoints.