GET /api/bet_types/94b0c503-e1a4-426e-a396-f5bd30ed45c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "94b0c503-e1a4-426e-a396-f5bd30ed45c4",
"match": "https://api-prod.gambitprofit.com/api/matches/eb567863-4d7d-4e75-98b8-137abce1f349/?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": "Los Angeles Kings",
"amount": 6114.0
},
{
"team": "Calgary Flames",
"amount": 3886.0
}
],
"expected_reward_tokens": 9170.96,
"profit_sb": 170.96,
"profit_sb_percentage": 1.9,
"recommended": true
},
"lines": [
{
"id": "678fa25c-fdf4-47c2-aded-79830a24e63f",
"gambit_id": "7812aa7f-7545-4dfb-90cb-93fead469c04",
"last_updated": "2022-11-15T11:52:44.548197-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Kings",
"reward": "1.50000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94b0c503-e1a4-426e-a396-f5bd30ed45c4/?format=api"
},
{
"id": "0fa7709c-83f2-4342-a5ca-4e052814ae06",
"gambit_id": "4ee59c8f-c703-4c61-b622-798896122f9a",
"last_updated": "2022-11-15T11:52:44.547043-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Calgary Flames",
"reward": "2.36000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94b0c503-e1a4-426e-a396-f5bd30ed45c4/?format=api"
}
]
}