Bet Result Event
This event will be triggered once the game result comes out.
Sample Decrypted Request Body
Section titled “Sample Decrypted Request Body”Sample 1
Section titled “Sample 1”{ "command": "result", "time": 1757049803, "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, "tot_winlose": 13500, "result": "P", "result_detail": "{"pscore":4,"bscore":3,"pcards":["C12","D13","C4"],"bcards":["S4","S10","C9"]}", "bets": [ { "bet_index": "2401", "bet_type": "P", "bet_amount": 15000, "winlose": 15000 }, { "bet_index": "2402", "bet_type": "PP", "bet_amount": 1500, "winlose": -1500 } ] }}Sample 2
Section titled “Sample 2”{ "command": "result", "time": 1757049927, "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, "tot_winlose": 8700, "result": "B", "result_detail": "{"pscore":2,"bscore":7,"pcards":["D10","H1","H1"],"bcards":["C4","H3",""]}", "bets": [ { "bet_index": "2405", "bet_type": "B", "bet_amount": 10000, "winlose": 9500 }, { "bet_index": "2406", "bet_type": "BP", "bet_amount": 800, "winlose": -800 } ] }}Raw Response
Section titled “Raw Response”{ "result": 0, "agent_id": "test001", "time": 1709650800, "data": { "user_id": "test_id", "balance": 1000000 }}