PlaceTeaserBetLegResponse
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| status | string | ❌ | Status of the request. |
| errorCode | PlaceTeaserBetLegResponseErrorCode | ❌ | When Status is PROCESSED_WITH_ERROR, provides a code indicating the specific problem. CANNOT_TEASER_LIVE_GAME = Teaser is not allowed on a live game, CHECK_TEASER_ERROR = The teaser is invalid, check the teaser error for more details, INVALID_EVENT = The game is not found in the system, INVALID_LEG_BET = The wager is not verified, INVALID_LEG_BET_TYPE = Wager type is not “teasable”, can be either Spread or Total, LINE_CHANGED = Wager is placed on a line that has changed, LINE_DOES_NOT_BELONG_TO_EVENT = There was no game found for the wager, OFFLINE_EVENT = Either the game is offline OR there was no game found for the wager, PAST_CUTOFFTIME = Wager is placed on a game after the cutoff time, POINTS_ARE_NOT_ADJUSTED = The teaser points were not adjusted, SYSTEM_ERROR_1 = System error, SYSTEM_ERROR_2 = System error, WAGER_DATA_MISSING = Wager is denied due to insufficient information available for validation, LINE_IS_NOT_AVAILABLE = Line is not available for the specified Teaser Leg, TEASER_IS_NOT_ENABLED = Teaser is not available for the specified leg, BETTING_SUSPENDED - Due to anomalous market circumstances bets are not currently being accepted on this line. Try again with next LineId. |
| legId | string | ❌ | Echo of the legId from the request. |
| lineId | number | ❌ | Line identification that bet was placed on. |
| points | number | ❌ | Number of points. |
PlaceTeaserBetLegResponseErrorCode
When Status is PROCESSED_WITH_ERROR, provides a code indicating the specific problem. CANNOT_TEASER_LIVE_GAME = Teaser is not allowed on a live game, CHECK_TEASER_ERROR = The teaser is invalid, check the teaser error for more details, INVALID_EVENT = The game is not found in the system, INVALID_LEG_BET = The wager is not verified, INVALID_LEG_BET_TYPE = Wager type is not “teasable”, can be either Spread or Total, LINE_CHANGED = Wager is placed on a line that has changed, LINE_DOES_NOT_BELONG_TO_EVENT = There was no game found for the wager, OFFLINE_EVENT = Either the game is offline OR there was no game found for the wager, PAST_CUTOFFTIME = Wager is placed on a game after the cutoff time, POINTS_ARE_NOT_ADJUSTED = The teaser points were not adjusted, SYSTEM_ERROR_1 = System error, SYSTEM_ERROR_2 = System error, WAGER_DATA_MISSING = Wager is denied due to insufficient information available for validation, LINE_IS_NOT_AVAILABLE = Line is not available for the specified Teaser Leg, TEASER_IS_NOT_ENABLED = Teaser is not available for the specified leg, BETTING_SUSPENDED - Due to anomalous market circumstances bets are not currently being accepted on this line. Try again with next LineId.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| CANNOT_TEASER_LIVE_GAME | string | ✅ | "CANNOT_TEASER_LIVE_GAME" |
| CHECK_TEASER_ERROR | string | ✅ | "CHECK_TEASER_ERROR" |
| INVALID_EVENT | string | ✅ | "INVALID_EVENT" |
| INVALID_LEG_BET | string | ✅ | "INVALID_LEG_BET" |
| INVALID_LEG_BET_TYPE | string | ✅ | "INVALID_LEG_BET_TYPE" |
| LINE_CHANGED | string | ✅ | "LINE_CHANGED" |
| LINE_DOES_NOT_BELONG_TO_EVENT | string | ✅ | "LINE_DOES_NOT_BELONG_TO_EVENT" |
| OFFLINE_EVENT | string | ✅ | "OFFLINE_EVENT" |
| PAST_CUTOFFTIME | string | ✅ | "PAST_CUTOFFTIME" |
| POINTS_ARE_NOT_ADJUSTED | string | ✅ | "POINTS_ARE_NOT_ADJUSTED" |
| SYSTEM_ERROR_1 | string | ✅ | "SYSTEM_ERROR_1" |
| SYSTEM_ERROR_2 | string | ✅ | "SYSTEM_ERROR_2" |
| WAGER_DATA_MISSING | string | ✅ | "WAGER_DATA_MISSING" |
| LINE_IS_NOT_AVAILABLE | string | ✅ | "LINE_IS_NOT_AVAILABLE" |
| TEASER_IS_NOT_ENABLED | string | ✅ | "TEASER_IS_NOT_ENABLED" |
| BETTING_SUSPENDED | string | ✅ | "BETTING_SUSPENDED" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs