GET /api/bet_types/02dfbf64-22a4-4254-82b6-92ba147d7383/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "02dfbf64-22a4-4254-82b6-92ba147d7383",
"match": "https://api-prod.gambitprofit.com/api/matches/124f90c8-d8f8-42f5-b734-5b43e1ce0d13/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-09T08:13:11.125103-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": "ATL",
"amount": 6090.0
},
{
"team": "PIT",
"amount": 3910.0
}
],
"expected_reward_tokens": 9500.4,
"profit_sb": 0.4,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "63ceb2bb-4624-483e-89d2-6ba931555826",
"gambit_id": "db830d2a-2cfa-4a79-84cd-b0a6e095ca51",
"last_updated": "2023-08-10T12:32:55.721085-04:00",
"created_at": "2023-08-09T08:13:11.128416-04:00",
"name": "ATL",
"reward": "1.56000",
"odds": "1.58820",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02dfbf64-22a4-4254-82b6-92ba147d7383/?format=api"
},
{
"id": "e71adf8b-d410-402d-b395-35c49420cf68",
"gambit_id": "94617bd2-92c1-4a84-8412-a3834feb5d46",
"last_updated": "2023-08-10T12:32:55.724323-04:00",
"created_at": "2023-08-09T08:13:11.132342-04:00",
"name": "PIT",
"reward": "2.43000",
"odds": "2.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02dfbf64-22a4-4254-82b6-92ba147d7383/?format=api"
}
]
}