GET /api/bet_types/5f2e2206-7b18-481c-8c40-166236f958d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5f2e2206-7b18-481c-8c40-166236f958d2",
"match": "https://api-prod.gambitprofit.com/api/matches/58f68173-943a-47c9-b08e-89419bb493af/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-26T09:18:16.640004-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": "STL",
"amount": 5857.0
},
{
"team": "ARI",
"amount": 4143.0
}
],
"expected_reward_tokens": 9487.47,
"profit_sb": -12.53,
"profit_sb_percentage": -0.13,
"recommended": false
},
"lines": [
{
"id": "a366231b-ded9-499a-9953-fa5c396897b6",
"gambit_id": "434b624a-f4af-4d37-be85-cdead575d5f7",
"last_updated": "2023-07-27T22:58:18.516108-04:00",
"created_at": "2023-07-26T09:18:16.643584-04:00",
"name": "STL",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2e2206-7b18-481c-8c40-166236f958d2/?format=api"
},
{
"id": "81eb32c7-abe8-4550-b947-8b0c1942e8cc",
"gambit_id": "89ac7675-8a30-449e-aebe-f26219171202",
"last_updated": "2023-07-27T22:58:18.520180-04:00",
"created_at": "2023-07-26T09:18:16.647875-04:00",
"name": "ARI",
"reward": "2.29000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f2e2206-7b18-481c-8c40-166236f958d2/?format=api"
}
]
}