GET /api/bet_types/65b82745-22d1-430e-a069-3d9532145fc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "65b82745-22d1-430e-a069-3d9532145fc7",
"match": "https://api-prod.gambitprofit.com/api/matches/21d6375e-ad86-49bb-b60f-96e9d6bd7dc3/?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": "New Orleans Pelicans",
"amount": 5097.0
},
{
"team": "Chicago Bulls",
"amount": 4903.0
}
],
"expected_reward_tokens": 8970.72,
"profit_sb": -29.28,
"profit_sb_percentage": -0.33,
"recommended": false
},
"lines": [
{
"id": "2b4684ef-050f-4513-8d22-e37d77073309",
"gambit_id": "e9e83fdb-9c73-4b24-9ac1-93637039bfe0",
"last_updated": "2022-11-17T11:02:57.876918-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Orleans Pelicans",
"reward": "1.76000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65b82745-22d1-430e-a069-3d9532145fc7/?format=api"
},
{
"id": "d9c88fe7-1cd8-4dc5-aa59-56725c014091",
"gambit_id": "5a75d267-4b70-4e63-9bd9-e322ba4505fc",
"last_updated": "2022-11-17T11:02:57.878336-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bulls",
"reward": "1.83000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65b82745-22d1-430e-a069-3d9532145fc7/?format=api"
}
]
}