
Table row type of activebets
{ "name": "bet", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "bettor", "type": "name" }, { "name": "bet_amt", "type": "uint64" }, { "name": "roll_limit", "type": "uint64" }, { "name": "seed", "type": "checksum256" }, { "name": "bet_time", "type": "uint64" }, { "name": "is_roll_above", "type": "uint64" }, { "name": "ref", "type": "name" } ] }