GET /api/bet_types/460d968c-194f-42af-9f55-0dd74e715aba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "460d968c-194f-42af-9f55-0dd74e715aba",
"match": "https://api-prod.gambitprofit.com/api/matches/4b79f81b-0141-4e2c-80b6-e89f7ff6f773/?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": "Dallas Mavericks",
"amount": 5000.0
},
{
"team": "Cleveland Cavaliers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "3fbf5672-71d8-4e29-8208-7b641f01ee90",
"gambit_id": "d8d5cdde-fb1d-4f73-aba2-283aaefac041",
"last_updated": "2022-12-15T10:41:58.136772-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Mavericks",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460d968c-194f-42af-9f55-0dd74e715aba/?format=api"
},
{
"id": "2559e3c5-0b23-4089-9814-e44e71ec97e1",
"gambit_id": "a064a60d-e440-443f-94e9-d666ee93420b",
"last_updated": "2022-12-15T10:41:58.137844-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cleveland Cavaliers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460d968c-194f-42af-9f55-0dd74e715aba/?format=api"
}
]
}