GET /api/bet_types/38225c9a-7366-4352-9665-cf25f140104f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "38225c9a-7366-4352-9665-cf25f140104f",
"match": "https://api-prod.gambitprofit.com/api/matches/5a9d0637-e8e6-4ec4-bee7-eac03c341b28/?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": "Denver Nuggets",
"amount": 5000.0
},
{
"team": "Houston Rockets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "79a96c61-d781-47e0-b208-ffb0835f65a9",
"gambit_id": "8c5bf1f7-f189-4259-9b3f-74d19974d2b7",
"last_updated": "2022-11-29T09:47:02.021517-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Nuggets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-11.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38225c9a-7366-4352-9665-cf25f140104f/?format=api"
},
{
"id": "2910bc8c-4f36-4696-b119-d2063fa3cb78",
"gambit_id": "696690be-dfa7-42bf-9560-25abf4999fe2",
"last_updated": "2022-11-29T09:47:02.022573-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Rockets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "11.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38225c9a-7366-4352-9665-cf25f140104f/?format=api"
}
]
}