GET /api/bet_types/02d4d78d-5d5b-40ec-8f50-5717b20782fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "02d4d78d-5d5b-40ec-8f50-5717b20782fe",
"match": "https://api-prod.gambitprofit.com/api/matches/a87f8b7e-b2d4-4845-a40d-535f4fdd93d9/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-14T19:52:09.594849-04: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": "West Virginia",
"amount": 5000.0
},
{
"team": "Maryland",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "f8b983b4-e868-43af-8ece-73b55e65e9de",
"gambit_id": "2a576207-74ee-4e82-b9ba-dac23db4e002",
"last_updated": "2023-03-17T10:52:22.008621-04:00",
"created_at": "2023-03-14T19:52:09.599407-04:00",
"name": "West Virginia",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d4d78d-5d5b-40ec-8f50-5717b20782fe/?format=api"
},
{
"id": "86fcf15a-4eaa-4c1e-829f-decff0276614",
"gambit_id": "dd4dc7de-9da3-48db-a675-0fb985175cca",
"last_updated": "2023-03-17T10:52:22.007124-04:00",
"created_at": "2023-03-14T19:52:09.597186-04:00",
"name": "Maryland",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d4d78d-5d5b-40ec-8f50-5717b20782fe/?format=api"
}
]
}