GET /api/bet_types/c20845a3-c562-4911-b266-fa72d37b9f8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c20845a3-c562-4911-b266-fa72d37b9f8b",
"match": "https://api-prod.gambitprofit.com/api/matches/adf6907e-846e-41ba-8411-70b49d023e25/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "New York Knicks",
"amount": 5000.0
},
{
"team": "Sacramento Kings",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "fa0eadf1-57d9-4e9c-af99-410460e1c8fd",
"gambit_id": "72d07bd1-7aaf-4397-a518-b41817736af1",
"last_updated": "2022-12-12T18:52:21.933304-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Knicks",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c20845a3-c562-4911-b266-fa72d37b9f8b/?format=api"
},
{
"id": "72cd6cb4-9ae5-462d-adb3-ae36bc3fc090",
"gambit_id": "52e336db-b4e9-474c-a0ab-42a1bbc03661",
"last_updated": "2022-12-12T18:52:21.934462-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Sacramento Kings",
"reward": "1.80000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c20845a3-c562-4911-b266-fa72d37b9f8b/?format=api"
}
]
}