GET /api/bet_types/2b222048-d785-49d6-abb4-2343383836d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2b222048-d785-49d6-abb4-2343383836d1",
"match": "https://api-prod.gambitprofit.com/api/matches/360735a5-1e48-48a8-848d-d500f8e39862/?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": "Bowling Green",
"amount": 5000.0
},
{
"team": "Buffalo",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "9512dfde-6efb-4048-a857-4e4ac0b88ee4",
"gambit_id": "99c0ee1b-1321-4fbd-b60d-0524cf37f8ac",
"last_updated": "2022-10-11T10:47:28.107723-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Bowling Green",
"reward": "1.88000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b222048-d785-49d6-abb4-2343383836d1/?format=api"
},
{
"id": "74287ca9-587b-4686-8654-fc8965e629fc",
"gambit_id": "75b3b702-b794-4c08-805c-f60d320c0f04",
"last_updated": "2022-10-11T10:47:28.108714-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b222048-d785-49d6-abb4-2343383836d1/?format=api"
}
]
}