GET /api/bet_types/cb89da62-af56-4fc4-b95d-a6290388fec4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "cb89da62-af56-4fc4-b95d-a6290388fec4",
"match": "https://api-prod.gambitprofit.com/api/matches/6e40255e-5873-4f0c-9b3e-7fc93fced3f0/?format=api",
"name": "Pick the Winner",
"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": 6914.0
},
{
"team": "Akron",
"amount": 3086.0
}
],
"expected_reward_tokens": 9195.62,
"profit_sb": 195.62,
"profit_sb_percentage": 2.17,
"recommended": true
},
"lines": [
{
"id": "e09d383d-0f56-4514-83e8-ed0825afca3c",
"gambit_id": "a87683ba-fff5-4703-81ad-6b4a7f64fe7c",
"last_updated": "2022-11-09T09:48:34.322580-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Eastern Michigan",
"reward": "1.33000",
"odds": "1.37740",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb89da62-af56-4fc4-b95d-a6290388fec4/?format=api"
},
{
"id": "c2a5953e-d59f-4c98-bc80-f3a9b9d7f494",
"gambit_id": "d50667b1-34a9-472c-9ca2-88c92c13a398",
"last_updated": "2022-11-09T09:48:34.321533-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Akron",
"reward": "2.98000",
"odds": "3.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb89da62-af56-4fc4-b95d-a6290388fec4/?format=api"
}
]
}