GET /api/bet_types/b4784172-26c0-4e3f-8289-5fdad06c8def/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b4784172-26c0-4e3f-8289-5fdad06c8def",
"match": "https://api-prod.gambitprofit.com/api/matches/0640d0e1-f2f4-4883-8bb6-321a5c6839d6/?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": "Chicago Blackhawks",
"amount": 5664.0
},
{
"team": "Vegas Golden Knights",
"amount": 4336.0
}
],
"expected_reward_tokens": 9062.24,
"profit_sb": 62.24,
"profit_sb_percentage": 0.69,
"recommended": true
},
"lines": [
{
"id": "29202a6b-06f7-4533-9051-dd9241cc1227",
"gambit_id": "9e02eb06-c945-4141-8d1a-0038cf6dbdbd",
"last_updated": "2022-12-17T09:52:20.165404-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Blackhawks",
"reward": "1.60000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4784172-26c0-4e3f-8289-5fdad06c8def/?format=api"
},
{
"id": "6ca2089c-0a57-4b32-8b07-b2c24e29e504",
"gambit_id": "6f994f98-9e73-412c-a1cc-da76e0d79c52",
"last_updated": "2022-12-17T09:52:20.166426-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Vegas Golden Knights",
"reward": "2.09000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4784172-26c0-4e3f-8289-5fdad06c8def/?format=api"
}
]
}