GET /api/bet_types/00f1aa31-37a4-4031-a02d-1246cbc01350/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "00f1aa31-37a4-4031-a02d-1246cbc01350",
"match": "https://api-prod.gambitprofit.com/api/matches/b74dedd7-8a17-4165-8350-6a77ff723391/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Oklahoma City Thunder",
"amount": 5000.0
},
{
"team": "Miami Heat",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "086a08be-c3f7-423a-bd04-7c6e965872eb",
"gambit_id": "8defadea-a8ef-4e0a-9924-10cf07d5be2b",
"last_updated": "2022-12-15T10:47:00.116612-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f1aa31-37a4-4031-a02d-1246cbc01350/?format=api"
},
{
"id": "c21ec46d-a5c4-4af8-a7da-d9035a93c580",
"gambit_id": "0264de7a-d574-4795-a257-e9f7b7385c02",
"last_updated": "2022-12-15T10:47:00.117712-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Heat",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f1aa31-37a4-4031-a02d-1246cbc01350/?format=api"
}
]
}