Betfair
Update Time: 2022-05-30 10:09
Introduction
This API endpoint returns the trading data of Betfair.
By using endpoints Schedule & Results (Basic)
and Match Modify Record, you can get basic information of matches.
Related Plans
You can use this api by subscribing plans: Betfair.
Request
- Path: /sport/football/betfair
- Method: GET
- Calls: This interface is limited to 60 second/call;
- Recommend Calls: 1 minute/call
Response
Parameter | Value | Description | |
---|---|---|---|
matchId | string | ||
home | object | ||
buyerListingPrice | float | ||
buyerListing | int | ||
sellerListingPrice | float | ||
sellerListing | int | ||
finalPrice | float | ||
betfairDeal | int | ||
turnoverRatio | float | ||
betfairIndex | int | ||
profitAndLossIndex | int | ||
draw | object | The same as home | |
away | object | The same as home | |
over | object | The same as home, Goals>2.5 | |
under | object | The same as home, Goals<2.5 | |
changeTime | int | Change time, unix timestamp |
Example Request
Example Response
{}