First/Last Team To Score (pre-match)
Update Time: 2022-05-30 10:06
Introduction
This API endpoint returns the pre-match odds for the first team to score and the last team to score.
Related Plans
You can use this api by subscribing plans: Odds Pro.
Request
- Path: /sport/football/odds/teamtoscore/prematch
- Method: GET
- Calls: This interface is limited to 10 second/call;
- Recommend Calls: 15 second/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
matchId | string | false | Get the data for the specified match. When multiple matches are acquired at the same time, use "," to separate the matchId. e.g. matchId=322964610,322964611. |
companyId | string | false | Get the data for the specified company. When multiple companies are acquired at the same time, use "," to separate the companyId. e.g. companyId=3,8. |
Response
Parameter | Value | Description | |
---|---|---|---|
matchId | string | ||
companyId | string | 1: Macauslot 3: Crown | |
odds | object | ||
firstIsHome | string | ||
firstIsAway | string | ||
lastIsHome | string | ||
lastIsAway | string | ||
noGoal | string | ||
changeTime | int | Unix timestamp. |
Example Request
Example Response
{}