Card
Thời gian cập nhật: 2026-07-06 14:23
Introduction
• This API endpoint returns odds for Cards markets, including standard (1X2), handicap, and total (Over/Under), based on the number of cards (yellow and red) shown by the referee during the match.
• Currently only supports Crown (companyId 3).
• Note: The odds returned by this endpoint are net odds (excluding the stake/principal). To calculate the full payout odds, add 1 to the value returned (e.g., a value of 3.5 represents a full payout odds of 4.5).
Related Plans
You can use this api by subscribing plans: Odds Pro.
Request
- Path: /sport/football/odds/card
- Method: GET
- Calls: This interface is limited to 10 seconds/call;
- Recommend Calls: 15 seconds/call
Response
| Parameter | Value | Description | ||
|---|---|---|---|---|
| standard | object | Standard card market data (1X2), based on the comparison of cards (yellow and red) shown to each team. | ||
| matchId | string | |||
| companyId | string | Bookmaker ID. Currently only 3: Crown is supported. | ||
| odds | object | 1X2 cards odds | ||
| home | string | Odds for the home team receiving more cards than the away team (Hong Kong Odds) | ||
| draw | string | Odds for both teams receiving the same number of cards (Hong Kong Odds) | ||
| away | string | Odds for the away team receiving more cards than the home team (Hong Kong Odds) | ||
| changeTime | int | Timestamp of the last odds update (Unix timestamp, GMT+0) | ||
| handciap | object | Handicap card market data, where a handicap value is applied to the number of cards (yellow and red) shown to each team. | ||
| matchId | string | |||
| companyId | string | Bookmaker ID. Currently only 3: Crown is supported. | ||
| odds | object | Handicap cards odds | ||
| handicap | string | Card handicap line. Positive = home team concedes cards (e.g., 1 = home team starts with 1 extra card). Negative = away team concedes cards. | ||
| home | string | Odds for the home team after the handicap is applied (Hong Kong Odds) | ||
| away | string | Odds for the away team after the handicap is applied (Hong Kong Odds) | ||
| changeTime | int | Timestamp of the last odds update (Unix timestamp, GMT+0) | ||
| total | object | Total cards market data, based on the total number of cards (yellow and red) shown during the match — Over/Under outcomes. | ||
| matchId | string | |||
| companyId | string | Bookmaker ID. Currently only 3: Crown is supported. | ||
| odds | object | Total cards (Over/Under) odds | ||
| total | string | Card line value (e.g., 3.5, 4.5) | ||
| over | string | Odds for the total number of cards being over the line (Hong Kong Odds) | ||
| under | string | Odds for the total number of cards being under the line (Hong Kong Odds) | ||
| changeTime | int | Timestamp of the last odds update (Unix timestamp, GMT+0) | ||
Example Request

English
Tiếng Việt
ภาษาไทย 