PlaceTeaserBetLegResponse
Properties
Name | Type | Required | Description |
---|---|---|---|
status | str | ❌ | Status of the request. |
error_code | 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. |
leg_id | str | ❌ | Echo of the legId from the request. |
line_id | int | ❌ | Line identification that bet was placed on. |
points | float | ❌ | 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 | str | ✅ | "CANNOT_TEASER_LIVE_GAME" |
CHECK_TEASER_ERROR | str | ✅ | "CHECK_TEASER_ERROR" |
INVALID_EVENT | str | ✅ | "INVALID_EVENT" |
INVALID_LEG_BET | str | ✅ | "INVALID_LEG_BET" |
INVALID_LEG_BET_TYPE | str | ✅ | "INVALID_LEG_BET_TYPE" |
LINE_CHANGED | str | ✅ | "LINE_CHANGED" |
LINE_DOES_NOT_BELONG_TO_EVENT | str | ✅ | "LINE_DOES_NOT_BELONG_TO_EVENT" |
OFFLINE_EVENT | str | ✅ | "OFFLINE_EVENT" |
PAST_CUTOFFTIME | str | ✅ | "PAST_CUTOFFTIME" |
POINTS_ARE_NOT_ADJUSTED | str | ✅ | "POINTS_ARE_NOT_ADJUSTED" |
SYSTEM_ERROR_1 | str | ✅ | "SYSTEM_ERROR_1" |
SYSTEM_ERROR_2 | str | ✅ | "SYSTEM_ERROR_2" |
WAGER_DATA_MISSING | str | ✅ | "WAGER_DATA_MISSING" |
LINE_IS_NOT_AVAILABLE | str | ✅ | "LINE_IS_NOT_AVAILABLE" |
TEASER_IS_NOT_ENABLED | str | ✅ | "TEASER_IS_NOT_ENABLED" |
BETTING_SUSPENDED | str | ✅ | "BETTING_SUSPENDED" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs