GET /api/bet_types/a8db6bc4-5597-4867-bf06-f59531824086/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a8db6bc4-5597-4867-bf06-f59531824086",
"match": "https://api-prod.gambitprofit.com/api/matches/28f05826-5f42-4793-b0f5-b6d3353bfaa7/?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": "Eastern Michigan",
"amount": 5000.0
},
{
"team": "Kent State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "b5c853cd-9c53-439b-9989-d3ab236ad987",
"gambit_id": "9bb9809a-2c03-43cf-81d4-ac2ea1d0d230",
"last_updated": "2022-11-17T09:27:15.438638-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Eastern Michigan",
"reward": "1.80000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8db6bc4-5597-4867-bf06-f59531824086/?format=api"
},
{
"id": "26b31565-1b93-45c1-a29a-e43f1703501b",
"gambit_id": "573132ec-b6c9-4083-8fa4-10bd38dd940b",
"last_updated": "2022-11-17T09:27:15.437699-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kent State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8db6bc4-5597-4867-bf06-f59531824086/?format=api"
}
]
}