Bet365 PreMatch Odds
HTTP Request
GET https://api.b365api.com/v3/bet365/prematch
curl "https://api.b365api.com/v3/bet365/prematch?token=YOUR_TOKEN&FI=60504279"
NOTE it is /v3/ instead of /v1/
URL Parameters
Parameter | Required? | Description |
---|---|---|
FI | Yes | Event ID you get from bet365/upcoming |
raw | No | raw Bet365 body without parsing |
HTTP Response
Note raw=1 return structured text for own parsing.
FAQ
Something is missing?
You can always use &raw=1 and parse the raw data yourself.
Changes
2020-09-03
- bump up to /v3/ to move all missing markets into 'others' (which is array)
2019-11-05
- bump up to /v2/ for fixing the goalscorers etc.
2019-06-02
- change endpoint from /bet365/start_tp to /bet365/prematch and make &parsed=1 by default
2019-05-22
- JSON structure changes for non-(Soccer|Cricket)
2019-05-08
- rawJSON is deprecated