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 | long | ❌ | Line identification that bet was placed on. |
Points | double | ❌ | 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 |
---|---|---|---|
CannotTeaserLiveGame | string | ✅ | "CANNOT_TEASER_LIVE_GAME" |
CheckTeaserError | string | ✅ | "CHECK_TEASER_ERROR" |
InvalidEvent | string | ✅ | "INVALID_EVENT" |
InvalidLegBet | string | ✅ | "INVALID_LEG_BET" |
InvalidLegBetType | string | ✅ | "INVALID_LEG_BET_TYPE" |
LineChanged | string | ✅ | "LINE_CHANGED" |
LineDoesNotBelongToEvent | string | ✅ | "LINE_DOES_NOT_BELONG_TO_EVENT" |
OfflineEvent | string | ✅ | "OFFLINE_EVENT" |
PastCutofftime | string | ✅ | "PAST_CUTOFFTIME" |
PointsAreNotAdjusted | string | ✅ | "POINTS_ARE_NOT_ADJUSTED" |
SystemError1 | string | ✅ | "SYSTEM_ERROR_1" |
SystemError2 | string | ✅ | "SYSTEM_ERROR_2" |
WagerDataMissing | string | ✅ | "WAGER_DATA_MISSING" |
LineIsNotAvailable | string | ✅ | "LINE_IS_NOT_AVAILABLE" |
TeaserIsNotEnabled | string | ✅ | "TEASER_IS_NOT_ENABLED" |
BettingSuspended | string | ✅ | "BETTING_SUSPENDED" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs