GET /api/bet_types/f0db44a1-6d0b-42b0-b13d-72f2d19e83fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f0db44a1-6d0b-42b0-b13d-72f2d19e83fa",
"match": "https://api-prod.gambitprofit.com/api/matches/f71a9b82-d42f-439e-b6ed-bcf4984c07b1/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-08T09:01:58.498381-04: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": "Washington Capitals",
"amount": 5939.0
},
{
"team": "Florida Panthers",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "73094a25-63cd-48c7-95d5-5fd246ac9200",
"gambit_id": "9f3dabc3-6667-4cc8-ab19-e40a9a7392f8",
"last_updated": "2023-04-10T09:36:58.136494-04:00",
"created_at": "2023-04-08T09:01:58.500343-04:00",
"name": "Washington Capitals",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0db44a1-6d0b-42b0-b13d-72f2d19e83fa/?format=api"
},
{
"id": "8beb2852-a9ae-4bd3-bf22-ee61367afdbb",
"gambit_id": "63074cfd-dce6-42bf-9a70-42e9c9803fcf",
"last_updated": "2023-04-10T09:36:58.138200-04:00",
"created_at": "2023-04-08T09:01:58.502934-04:00",
"name": "Florida Panthers",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0db44a1-6d0b-42b0-b13d-72f2d19e83fa/?format=api"
}
]
}