Odds by fixture, bookmaker and market id

Odds by fixture and bookmaker id

The odds by fixture and bookmaker id endpoint 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 bookmaker endpoint.

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}

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 odds by fixture and market id 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 markets endpoint.

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}

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 value bet can be found in our predictions tutorial.

Odds by fixture id

Of course, it’s also possible to request all the odds markets from all the bookmakers. You can use our odds by fixture id endpoint 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 fixtures endpoints.

Last updated