{
"username": "string",
"count": 0,
"before": "string",
"bets": [
{
"id": "string",
"user_id": "string",
"user_name": "string",
"contract_id": "string",
"answer_id": "string",
"outcome": "string",
"amount": 0,
"shares": 0,
"is_filled": true,
"is_cancelled": true,
"is_redemption": true,
"is_api": true,
"limit_prob": 0,
"prob_before": 0,
"prob_after": 0,
"order_amount": 0,
"loan_amount": 0,
"fees": {
"property1": "string",
"property2": "string"
},
"fills": [
{
"property1": "string",
"property2": "string"
}
],
"visibility": "string",
"created_time": "string",
"updated_time": "string"
}
]
}