GET /api/bet_types/3a2dfedd-6e0e-4133-89c8-67e04dafdad7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3a2dfedd-6e0e-4133-89c8-67e04dafdad7",
"match": "https://api-prod.gambitprofit.com/api/matches/3379eea0-cac1-45fa-a218-fd5125d0fc01/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-14T09:13:06.117512-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": "Portland Trail Blazers",
"amount": 5000.0
},
{
"team": "Utah Jazz",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "b831e323-557b-4ba2-ba27-5b3ff131f914",
"gambit_id": "fdfc239a-610a-4e36-a6d9-196d9c1960f1",
"last_updated": "2023-11-15T22:43:00.508181-05:00",
"created_at": "2023-11-14T09:13:06.121075-05:00",
"name": "Portland Trail Blazers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a2dfedd-6e0e-4133-89c8-67e04dafdad7/?format=api"
},
{
"id": "17e55a86-3182-4229-a076-6b4a2bae405c",
"gambit_id": "52d6c0bf-5a3f-45bf-ab99-bd7e8a6bcfe2",
"last_updated": "2023-11-15T22:43:00.513086-05:00",
"created_at": "2023-11-14T09:13:06.125572-05:00",
"name": "Utah Jazz",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a2dfedd-6e0e-4133-89c8-67e04dafdad7/?format=api"
}
]
}