GET /api/bet_types/a441d23d-7446-45d4-9c58-0c1d4e0641a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a441d23d-7446-45d4-9c58-0c1d4e0641a2",
"match": "https://api-prod.gambitprofit.com/api/matches/cac6d441-c481-4173-b0e4-5857c42282a5/?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": 5399.0
},
{
"team": "Boston Bruins",
"amount": 4601.0
}
],
"expected_reward_tokens": 9016.33,
"profit_sb": 16.33,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "6e9ef22f-71d9-4df4-ad75-76702a52bccf",
"gambit_id": "54d641d0-14de-4f31-bb41-24e5043f33ec",
"last_updated": "2022-12-17T10:02:22.009193-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Kings",
"reward": "1.67000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a441d23d-7446-45d4-9c58-0c1d4e0641a2/?format=api"
},
{
"id": "4681e5d0-d00f-4b7c-8564-5a61deb8ee04",
"gambit_id": "cb88f912-31d6-41c0-8814-50dc7e765ce3",
"last_updated": "2022-12-17T10:02:22.007771-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "1.96000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a441d23d-7446-45d4-9c58-0c1d4e0641a2/?format=api"
}
]
}