Skip to content

Bet Event

This event will be triggered once the player places a bet.

{
"command": "bet",
"time": 1757049756,
"data": {
"user_id": "testuser",
"feedback_data1": "YOUR_DATA_SENT_WITH_GAME_LOBBY_REQ_FEEDBACK_DATA_1",
"currency": "PHP",
"game_type": "BAC",
"table_no": "RC001",
"game_no": "RC0012509051013",
"tot_bet_amount": 16500,
"bets": [
{
"bet_index": "2401",
"bet_type": "P",
"bet_amount": 15000
},
{
"bet_index": "2402",
"bet_type": "PP",
"bet_amount": 1500
}
]
}
}
{
"command": "bet",
"time": 1757049897,
"data": {
"user_id": "testuser",
"feedback_data1": "YOUR_DATA_SENT_WITH_GAME_LOBBY_REQ_FEEDBACK_DATA_1",
"currency": "PHP",
"game_type": "BAC",
"table_no": "RC001",
"game_no": "RC0012509051016",
"tot_bet_amount": 10800,
"bets": [
{
"bet_index": "2405",
"bet_type": "B",
"bet_amount": 10000
},
{
"bet_index": "2406",
"bet_type": "BP",
"bet_amount": 800
}
]
}
}
{
"result": 0,
"agent_id": "test001",
"time": 1709650800,
"data": {
"user_id": "test_id",
"balance": 1000000
}
}

📌
For a comprehensive guide on how this works, please refer to the Common and Transfer Introduction or Seamless Introduction sections within the Introduction page.