FlatOdds

You can also use odds as an include on the fixture endpoints or livescores endpoints. When you do this, you’re able to filter on multiple bookmakers and markets because the fixture endpoint has those parameters. Therefore, if you want to request odds from various bookmakers or markets, we suggest using flatOdds as an include.

For example, the 3-way result market (#1) from bet365 (#2) of all the fixtures played on 2020-08-02

https://soccer.sportmonks.com/api/v2.0/fixtures/date/2020-08-02?api_token={API_TOKEN}&include=flatOdds&markets=1&bookmakers=2

Last but not least, you can also use oddComparison as an include. The main difference between flatOdds and oddComparison is that flatOdds are updated more frequently.

The benefit of the oddComparison include is that it contains more bookmakers. Therefore this is the best option if you want to make a comparison application between all the bookmakers and the odds they offer.

Last updated