GET /api/bet_types/8a06e895-c8f5-4b53-90af-50038d798411/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8a06e895-c8f5-4b53-90af-50038d798411",
"match": "https://api-prod.gambitprofit.com/api/matches/13dada71-efdb-4bb5-bffc-c162307b5e88/?format=api",
"name": "Pick the Winner",
"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": "Utah Jazz",
"amount": 6901.0
},
{
"team": "Washington Wizards",
"amount": 3099.0
}
],
"expected_reward_tokens": 9109.32,
"profit_sb": 109.32,
"profit_sb_percentage": 1.21,
"recommended": true
},
"lines": [
{
"id": "5d71b756-47b4-4001-8f19-02e74337fd0e",
"gambit_id": "a5990996-ce06-4733-9a0a-74418ddeece2",
"last_updated": "2022-12-23T09:22:12.432002-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah Jazz",
"reward": "1.32000",
"odds": "1.37740",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a06e895-c8f5-4b53-90af-50038d798411/?format=api"
},
{
"id": "ba5f2d36-abe8-40c9-b851-d940323e1520",
"gambit_id": "42e77b0c-4a7f-43e7-8975-a1e3f96489e8",
"last_updated": "2022-12-23T09:22:12.433136-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Wizards",
"reward": "2.94000",
"odds": "3.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a06e895-c8f5-4b53-90af-50038d798411/?format=api"
}
]
}