GET /api/bet_types/2d35471f-f334-4cb6-ad99-256e61f4d125/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2d35471f-f334-4cb6-ad99-256e61f4d125",
"match": "https://api-prod.gambitprofit.com/api/matches/f4752be4-1e44-4ab3-9591-3ae4036a9ec0/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-04T09:17:17.983342-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": "Detroit Pistons",
"amount": 5000.0
},
{
"team": "Phoenix Suns",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "877ee919-6d2f-491d-b059-96a2816b7f62",
"gambit_id": "80e816d7-ca46-4e5c-bf19-21a35c440f40",
"last_updated": "2023-02-05T11:41:54.862695-05:00",
"created_at": "2023-02-04T09:17:17.984706-05:00",
"name": "Detroit Pistons",
"reward": "1.86000",
"odds": "1.90910",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d35471f-f334-4cb6-ad99-256e61f4d125/?format=api"
},
{
"id": "5119d4eb-bec3-4330-adca-52ef7a21e6d9",
"gambit_id": "a14b54ee-3185-49db-8c14-164d77e91809",
"last_updated": "2023-02-05T11:41:54.861476-05:00",
"created_at": "2023-02-04T09:17:17.986108-05:00",
"name": "Phoenix Suns",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d35471f-f334-4cb6-ad99-256e61f4d125/?format=api"
}
]
}