GET /api/bet_types/e8fe419e-4d0f-4729-8aae-30f8961cfca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e8fe419e-4d0f-4729-8aae-30f8961cfca1",
"match": "https://api-prod.gambitprofit.com/api/matches/8059b95f-bcb2-4cc2-8d3b-3b56aeab5f66/?format=api",
"name": "Play the Odds",
"created_at": "2024-01-19T09:33:12.773880-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": "Brooklyn Nets",
"amount": 5000.0
},
{
"team": "Los Angeles Lakers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "a824fbb2-1600-4db3-9d99-1ffd3a61d0af",
"gambit_id": "6a20c537-5e5e-453a-b84b-2b39767ea6ec",
"last_updated": "2024-01-22T12:03:21.889409-05:00",
"created_at": "2024-01-19T09:33:12.777777-05:00",
"name": "Brooklyn Nets",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8fe419e-4d0f-4729-8aae-30f8961cfca1/?format=api"
},
{
"id": "b4ca88eb-7be2-48fc-b2dd-82232e9e3d47",
"gambit_id": "d5963d52-96d2-4120-a6ec-0751da2c3043",
"last_updated": "2024-01-22T12:03:21.892506-05:00",
"created_at": "2024-01-19T09:33:12.782227-05:00",
"name": "Los Angeles Lakers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8fe419e-4d0f-4729-8aae-30f8961cfca1/?format=api"
}
]
}