GET /api/bet_types/3b0722ec-b0e7-41c7-b4ce-ae02172cb894/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3b0722ec-b0e7-41c7-b4ce-ae02172cb894",
"match": "https://api-prod.gambitprofit.com/api/matches/5e29b7f4-6b25-4f88-97f1-eb96db53ed14/?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": "Oklahoma City Thunder",
"amount": 5000.0
},
{
"team": "Minnesota Timberwolves",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "50f89c50-0c98-4fe8-9dec-b15b43d36322",
"gambit_id": "79e74a91-8b6f-44c3-a706-0a4c3529f310",
"last_updated": "2022-10-24T11:47:20.122121-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.88000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b0722ec-b0e7-41c7-b4ce-ae02172cb894/?format=api"
},
{
"id": "5caa82f2-0644-41a0-ad41-a0821cc02f82",
"gambit_id": "6f11ace6-896c-425f-93e6-b166a31703dd",
"last_updated": "2022-10-24T11:47:20.123091-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Timberwolves",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b0722ec-b0e7-41c7-b4ce-ae02172cb894/?format=api"
}
]
}