GET /api/bet_types/196d9707-46ce-4d67-85d0-48709be4a1fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "196d9707-46ce-4d67-85d0-48709be4a1fb",
"match": "https://api-prod.gambitprofit.com/api/matches/ac5ca29c-084f-44da-a56f-77488be6d7fc/?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": "Virginia Tech",
"amount": 5000.0
},
{
"team": "Miami Florida",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "cc125488-d4e8-4fd0-a784-22c2b87f7001",
"gambit_id": "f34c9e3e-3f9f-4b0d-ae7f-4fe3bcbea72a",
"last_updated": "2022-10-16T15:12:14.203763-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Virginia Tech",
"reward": "1.88000",
"odds": "1.90910",
"spread": "9.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196d9707-46ce-4d67-85d0-48709be4a1fb/?format=api"
},
{
"id": "049e7141-5c87-455d-923c-93b767b80590",
"gambit_id": "4eaa0546-b1c4-4f13-a1d1-563a5a9ed665",
"last_updated": "2022-10-16T15:12:14.202765-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Florida",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-9.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196d9707-46ce-4d67-85d0-48709be4a1fb/?format=api"
}
]
}