GET /api/bet_types/d435fb06-a6e0-470d-80f9-8605b2a2f350/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d435fb06-a6e0-470d-80f9-8605b2a2f350",
"match": "https://api-prod.gambitprofit.com/api/matches/2a3d6be7-94f6-445b-b3df-085ddf81767b/?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": "Philadelphia Flyers",
"amount": 5316.0
},
{
"team": "San Jose Sharks",
"amount": 4684.0
}
],
"expected_reward_tokens": 9461.68,
"profit_sb": -38.32,
"profit_sb_percentage": -0.4,
"recommended": false
},
"lines": [
{
"id": "d2d51476-908c-42ed-86ff-c992d56efb5b",
"gambit_id": "a05a601b-ebfa-46f7-b5cf-f0a33450706a",
"last_updated": "2022-10-24T11:52:23.328029-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia Flyers",
"reward": "1.78000",
"odds": "1.80000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d435fb06-a6e0-470d-80f9-8605b2a2f350/?format=api"
},
{
"id": "a2940b10-697f-4dd2-a00f-ca87cf90801c",
"gambit_id": "6a9d1dc0-1ec3-45ac-9dc9-a5b12a8ed735",
"last_updated": "2022-10-24T11:52:23.329007-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Jose Sharks",
"reward": "2.02000",
"odds": "2.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d435fb06-a6e0-470d-80f9-8605b2a2f350/?format=api"
}
]
}