GET /api/bet_types/b6c445b9-f349-461d-94f4-f7973abdb11f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b6c445b9-f349-461d-94f4-f7973abdb11f",
"match": "https://api-prod.gambitprofit.com/api/matches/ae979377-fd1a-4349-81e6-50aab63ae491/?format=api",
"name": "Play the Odds",
"created_at": "2024-01-22T08:43:04.722564-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": "Dallas Mavericks",
"amount": 5000.0
},
{
"team": "Boston Celtics",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "85736bb5-a070-41f0-a892-c4df2d121dcf",
"gambit_id": "658ddbc9-155a-4f83-a683-f6316dfdc895",
"last_updated": "2024-01-23T20:03:12.746395-05:00",
"created_at": "2024-01-22T08:43:04.734929-05:00",
"name": "Dallas Mavericks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c445b9-f349-461d-94f4-f7973abdb11f/?format=api"
},
{
"id": "3a4f09af-1197-4e3b-8fb2-2332a668be34",
"gambit_id": "f373a4b5-cdc1-4d80-9f93-0b13266e0c54",
"last_updated": "2024-01-23T20:03:12.743269-05:00",
"created_at": "2024-01-22T08:43:04.728563-05:00",
"name": "Boston Celtics",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6c445b9-f349-461d-94f4-f7973abdb11f/?format=api"
}
]
}