GET /api/bet_types/8db37bec-2ee8-4b0d-b55f-8556e4c0575b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8db37bec-2ee8-4b0d-b55f-8556e4c0575b",
"match": "https://api-prod.gambitprofit.com/api/matches/b480c402-8535-4f11-b875-f375be9b2474/?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": "Toronto Raptors",
"amount": 5000.0
},
{
"team": "Orlando Magic",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "1eac94fd-e237-4bc1-a48a-c90044935c26",
"gambit_id": "b4ee1789-3de4-407e-a155-05410f7415dd",
"last_updated": "2022-12-10T18:42:01.162696-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Raptors",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8db37bec-2ee8-4b0d-b55f-8556e4c0575b/?format=api"
},
{
"id": "1cda5a3e-ac01-43d1-a617-cc71cb11741c",
"gambit_id": "6ef7f26f-4f25-47a9-9c35-78702b32e076",
"last_updated": "2022-12-10T18:42:01.161486-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Orlando Magic",
"reward": "1.80000",
"odds": "1.90910",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8db37bec-2ee8-4b0d-b55f-8556e4c0575b/?format=api"
}
]
}