GET /api/bet_types/6cd82d2a-15a4-40eb-a465-4385fb4f3d40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6cd82d2a-15a4-40eb-a465-4385fb4f3d40",
"match": "https://api-prod.gambitprofit.com/api/matches/c09968bd-2759-421f-9e5a-3616e595c324/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-04T09:32:15.580627-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": "PIT",
"amount": 5939.0
},
{
"team": "BOS",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "5032e66f-449a-4974-a11c-7a7c1b73db00",
"gambit_id": "a5e6d749-c612-4e8d-8664-cd9b7e9de8c6",
"last_updated": "2023-04-05T10:12:09.905367-04:00",
"created_at": "2023-04-04T09:32:15.583601-04:00",
"name": "PIT",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd82d2a-15a4-40eb-a465-4385fb4f3d40/?format=api"
},
{
"id": "9eeee24a-608e-493e-b040-9c7a05da9020",
"gambit_id": "ef98f88e-2429-4df7-a227-3dc4b45a762e",
"last_updated": "2023-04-05T10:12:09.903341-04:00",
"created_at": "2023-04-04T09:32:15.582048-04:00",
"name": "BOS",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd82d2a-15a4-40eb-a465-4385fb4f3d40/?format=api"
}
]
}