
Table row type of bettingstats
{ "name": "betting_stat", "base": "", "fields": [ { "name": "betting_id", "type": "uint64" }, { "name": "up", "type": "uint64" }, { "name": "down", "type": "uint64" }, { "name": "draw", "type": "uint64" }, { "name": "is_blocked", "type": "bool" } ] }