GET /api/bet_types/e1ac1a21-1029-4b09-bf01-93f3da398813/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e1ac1a21-1029-4b09-bf01-93f3da398813",
"match": "https://api-prod.gambitprofit.com/api/matches/e9f7f1db-1751-44f0-a5f9-86e8b3a16085/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-28T09:33:16.786441-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": "Minnesota Timberwolves",
"amount": 5000.0
},
{
"team": "Oklahoma City Thunder",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "533ef08d-0012-48ab-a551-a442c9525207",
"gambit_id": "728d05fa-7cda-46d5-98bc-2ffd912c48bf",
"last_updated": "2023-11-29T21:48:07.833115-05:00",
"created_at": "2023-11-28T09:33:16.798120-05:00",
"name": "Minnesota Timberwolves",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ac1a21-1029-4b09-bf01-93f3da398813/?format=api"
},
{
"id": "9e59ee41-7428-4424-9ebf-52518afb98c2",
"gambit_id": "b2d07a24-14b3-4ba9-a4b0-a36d21c2dc14",
"last_updated": "2023-11-29T21:48:07.829852-05:00",
"created_at": "2023-11-28T09:33:16.792905-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.87000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ac1a21-1029-4b09-bf01-93f3da398813/?format=api"
}
]
}