GET /api/bet_types/fb333f56-c483-4ce5-b008-8e1165d23e53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fb333f56-c483-4ce5-b008-8e1165d23e53",
"match": "https://api-prod.gambitprofit.com/api/matches/e5b49788-06b3-42f7-8aa8-8c743e178005/?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": "Houston Rockets",
"amount": 5000.0
},
{
"team": "Toronto Raptors",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "69b33a18-15f0-47d1-936c-bbb1fb939af0",
"gambit_id": "59082671-5f55-43e8-bdeb-fd70c52351c6",
"last_updated": "2022-11-10T09:27:59.560164-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Rockets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb333f56-c483-4ce5-b008-8e1165d23e53/?format=api"
},
{
"id": "90ff209e-e4f9-4204-8a3a-1419075796b2",
"gambit_id": "9ba4799f-9300-4154-af6a-12fd5109f1ce",
"last_updated": "2022-11-10T09:27:59.559206-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Raptors",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb333f56-c483-4ce5-b008-8e1165d23e53/?format=api"
}
]
}