GET /api/bet_types/3cdd4135-8918-4f46-909c-480e1b1c4b44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3cdd4135-8918-4f46-909c-480e1b1c4b44",
"match": "https://api-prod.gambitprofit.com/api/matches/d72d7886-6c19-4342-95c4-70949a21349c/?format=api",
"name": "Play the Odds",
"created_at": "2024-01-26T09:33:18.242204-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": "San Antonio Spurs",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "c3d5a14c-2ce8-4ffa-bb83-14c745fd303a",
"gambit_id": "7c7a5983-4413-4a96-8112-3ab7bc028d69",
"last_updated": "2024-01-27T10:53:04.263125-05:00",
"created_at": "2024-01-26T09:33:18.246120-05:00",
"name": "Portland Trail Blazers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cdd4135-8918-4f46-909c-480e1b1c4b44/?format=api"
},
{
"id": "e8bd2bc9-a4e3-423e-9f74-a24b736eeb73",
"gambit_id": "a5b09462-e575-4a1a-a910-d6481f1327c6",
"last_updated": "2024-01-27T10:53:04.266700-05:00",
"created_at": "2024-01-26T09:33:18.250742-05:00",
"name": "San Antonio Spurs",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cdd4135-8918-4f46-909c-480e1b1c4b44/?format=api"
}
]
}