GET /api/bet_types/b8c2cb61-4d28-46cd-a567-8cfe7b2427fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b8c2cb61-4d28-46cd-a567-8cfe7b2427fa",
"match": "https://api-prod.gambitprofit.com/api/matches/8a02f7ca-c4b8-4f52-9a23-a406ec8262df/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-02T13:27:13.893787-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": "Los Angeles Lakers",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "bc9c5f25-f14d-4e85-88c3-b4066bd7f6d8",
"gambit_id": "21a6a295-2dac-4864-a1c5-ca8ab7fac94a",
"last_updated": "2023-01-03T10:56:47.912532-05:00",
"created_at": "2023-01-02T13:27:13.897176-05:00",
"name": "Los Angeles Lakers",
"reward": "1.78000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c2cb61-4d28-46cd-a567-8cfe7b2427fa/?format=api"
},
{
"id": "033f2ac2-3770-4942-8fda-51bae8c73a21",
"gambit_id": "9fdc76c4-f171-4740-9c43-f251bd85f5d6",
"last_updated": "2023-01-03T10:56:47.911399-05:00",
"created_at": "2023-01-02T13:27:13.895817-05:00",
"name": "Charlotte Hornets",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c2cb61-4d28-46cd-a567-8cfe7b2427fa/?format=api"
}
]
}