GET /api/bet_types/a442376a-5926-4b26-8192-626975f15c99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a442376a-5926-4b26-8192-626975f15c99",
"match": "https://api-prod.gambitprofit.com/api/matches/91e79efd-95ff-4831-be95-b4cb807e7bb8/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-09T12:18:06.792649-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": "CLE",
"amount": 5000.0
},
{
"team": "KAN",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "13374f91-ed12-4675-a554-e9e7a92258a3",
"gambit_id": "c70b7131-aad0-4037-af60-211cf0f5aa36",
"last_updated": "2023-07-10T18:33:28.056388-04:00",
"created_at": "2023-07-09T12:18:06.797705-04:00",
"name": "CLE",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a442376a-5926-4b26-8192-626975f15c99/?format=api"
},
{
"id": "56acf1c8-a2cd-466f-8ee4-2c5956c07d81",
"gambit_id": "7dc26d58-70ea-4fca-a4db-1ddd16e93e1d",
"last_updated": "2023-07-10T18:33:28.055012-04:00",
"created_at": "2023-07-09T12:18:06.795228-04:00",
"name": "KAN",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a442376a-5926-4b26-8192-626975f15c99/?format=api"
}
]
}