GET /api/bet_types/3ff2ee35-b5fa-4485-a250-24ab221124cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3ff2ee35-b5fa-4485-a250-24ab221124cb",
"match": "https://api-prod.gambitprofit.com/api/matches/aed240de-e703-45ae-afb5-8c5d1b8f7baf/?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": "San Antonio Spurs",
"amount": 5000.0
},
{
"team": "New Orleans Pelicans",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "85dca241-6671-40ed-8bc5-adf1ab5c25ba",
"gambit_id": "76b7e402-5a9e-466a-82bc-c24b76c387ef",
"last_updated": "2022-12-23T09:32:14.530656-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Antonio Spurs",
"reward": "1.78000",
"odds": "1.90910",
"spread": "8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff2ee35-b5fa-4485-a250-24ab221124cb/?format=api"
},
{
"id": "695398cc-1d6a-48de-9ef5-49365a52a54f",
"gambit_id": "1fcfe785-7f9c-4fc9-b7e8-a1878451d32c",
"last_updated": "2022-12-23T09:32:14.529497-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Orleans Pelicans",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff2ee35-b5fa-4485-a250-24ab221124cb/?format=api"
}
]
}