Value Bet by Fixture ID

GET https://soccer.sportmonks.com/api/v2.0/predictions/valuebets/fixture/:FIXTURE_ID

Introduction

In the section above the Value Bet is explained.

The endpoint described here is about the Value Bet By Fixture Id. It will only return a result when a Value Bet has been detected for the particular Fixture Id.

It is also possible to use the Value Bets endpoint. This requests will return all Value Bets detected.

If you want to combine your Value Bets requests with your requests on the Fixture endpoint or Livescore endpoint, you can add the relationship include &include=valuebet. See the Relationship Fixture Value Bet for more info.

Pagination

NO - Indicates if this endpoint contains pagination.

Nested Includes

0 - You can add a maximum of 0 levels of nested includes.

Includes Options

Request Params

KeyDatatypeRequiredDescription
includenullEnrich the API with more data and/or nested includes

RESPONSES

status: OK

{"data":{"fixture_id":16475287,"predictions":{"bet":"1","bookmaker":"dafabet","odd":1.1,"stake":3.66,"fair_odd":1.09}},"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}]}}