UserBetItem is a complex structure for the details of a bet per different game type.
Name | Description | Type and Limit | Required? |
---|---|---|---|
BetID | Bet record Id | Int64 | Y |
BetTime | Bet time | DateTime | Y |
PayoutTime | Payout time | DateTime | Y |
GameID | Game ID | String | Y |
HostID | Host table ID (0 for Fishermen Gold) | Int16 | Y |
HostName | Table name | String | Y |
GameType | Game type name. Click here for details | String | Y |
Detail | EGame: Slot game code Multiplayer: Game name | String | N |
Set | Game set | Int | Y |
Round | Game round | Int | Y |
BetType | Bet item Baccarat Dragon Tiger Sicbo Fantan Roulette | Byte | Y |
BetAmount | Bet amount (correct to cent) | Decimal | Y |
Rolling | Rolling (correct to cent) | Decimal | Y |
GameResult | The result of the game (details in another table) Baccarat Dragon Tiger Roulette Sicbo Fantan | String | Y |
ResultAmount | Win or Lost amount (correct to cent) | Decimal | Y |
Balance | Remain balances (correct to cent) | Decimal | Y |