GET /api/bet_types/4c7470bb-11c5-41b6-9170-8043c2b1646a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4c7470bb-11c5-41b6-9170-8043c2b1646a",
"match": "https://api-prod.gambitprofit.com/api/matches/3917872a-ec60-4e0e-93c9-d45ca11f6a02/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-08T09:58:14.474739-04: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": "CWS",
"amount": 5512.0
},
{
"team": "STL",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "ca260dbd-acd4-41d9-943e-4abf1628bce3",
"gambit_id": "b535f61e-7f96-4184-abad-48735ab85274",
"last_updated": "2023-07-09T20:33:34.572951-04:00",
"created_at": "2023-07-08T09:58:14.478559-04:00",
"name": "CWS",
"reward": "1.71000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7470bb-11c5-41b6-9170-8043c2b1646a/?format=api"
},
{
"id": "aac834c6-66b1-4e6e-a74a-4c765ef03888",
"gambit_id": "757119dd-98bf-491c-93b6-2d2fa4c9935c",
"last_updated": "2023-07-09T20:33:34.570753-04:00",
"created_at": "2023-07-08T09:58:14.476409-04:00",
"name": "STL",
"reward": "2.10000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7470bb-11c5-41b6-9170-8043c2b1646a/?format=api"
}
]
}