GET /api/bet_types/8dee55db-640d-443d-8376-98d05d325b0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8dee55db-640d-443d-8376-98d05d325b0f",
"match": "https://api-prod.gambitprofit.com/api/matches/1f9d5495-66e9-42f4-a4cf-0f1d9e8703ab/?format=api",
"name": "Play the Odds",
"created_at": "2024-01-19T09:33:13.488279-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": "Tampa Bay Buccaneers",
"amount": 5000.0
},
{
"team": "Detroit Lions",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "9eb1240f-3df6-4caf-8299-2bfaef750f58",
"gambit_id": "f00746c6-ed5e-47ed-bf0a-0ee09c9efa3a",
"last_updated": "2024-01-23T18:43:23.022382-05:00",
"created_at": "2024-01-19T09:33:13.495775-05:00",
"name": "Tampa Bay Buccaneers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dee55db-640d-443d-8376-98d05d325b0f/?format=api"
},
{
"id": "8eb40fa9-545f-4f60-acca-fcdfad5969db",
"gambit_id": "3a8fc1ec-bf1d-4ae5-9807-196923f86c53",
"last_updated": "2024-01-23T18:43:23.026259-05:00",
"created_at": "2024-01-19T09:33:13.500806-05:00",
"name": "Detroit Lions",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dee55db-640d-443d-8376-98d05d325b0f/?format=api"
}
]
}