-
Notifications
You must be signed in to change notification settings - Fork 20
Betting Events
AnkhHeart edited this page Apr 11, 2018
·
1 revision
{
"event": "EVENT_BET_START",
"data": {
"betting_on": "How many tries till Ankh beats this boss ?",
"is_timed": false,
"timer": 60,
"options": [
{
"Key": "One",
"Value": 0
},
{
"Key": "Two to Five",
"Value": 0
}
],
"min_bet": "1",
"max_bet": "100",
"total_bets": 0,
"is_multi_bet": false,
"payout_percent": 10,
"currency_name": "Clouds"
}
}{
"event": "EVENT_BET_END",
"data": {}
}{
"event": "EVENT_BET_ABORT",
"data": {}
}{
"event": "EVENT_BET_ENTER",
"data": {
"userid": " UXM_g-vEyFpCu9R7BL4O32gw",
"name": "Ankh Heart",
"option": 0,
"amount": 10
}
}{
"event": "EVENT_BET_WINNER",
"data": {
"option_id": "0",
"option": "A",
"bets": 2,
"winners": [
{
"userid": "ankhheart/4978954/UXM_g-vEyFpCu9R7BL4O32gw",
"name": "Ankh Heart",
"Value": 11
},
{
"userid": "mohammedbaraax1/978494849/UXM_g-vCyFpRu9R7BLCe32gw ",
"name": "MohammedBaraax1",
"Value": 11
}
]
}
}