GET /api/bet_types/c9678bf7-4d52-4960-9cb3-68f2ec79399f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c9678bf7-4d52-4960-9cb3-68f2ec79399f",
"match": "https://api-prod.gambitprofit.com/api/matches/4e4441ce-c229-498b-a34c-baf92e63636b/?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": "Washington",
"amount": 5571.0
},
{
"team": "UCLA",
"amount": 4429.0
}
],
"expected_reward_tokens": 9079.45,
"profit_sb": 79.45,
"profit_sb_percentage": 0.88,
"recommended": true
},
"lines": [
{
"id": "b25178a7-379f-438b-8d57-546d4482b765",
"gambit_id": "0fb62303-88c6-4a91-8805-a4f56d7e2227",
"last_updated": "2022-10-01T09:12:47.600423-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington",
"reward": "1.63000",
"odds": "1.71430",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9678bf7-4d52-4960-9cb3-68f2ec79399f/?format=api"
},
{
"id": "6ea40b67-9dbc-4f65-bfd3-e5c29fc75fcc",
"gambit_id": "7e7b69c1-b2d4-43eb-baad-bd133c97cbc8",
"last_updated": "2022-10-01T09:12:47.599460-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UCLA",
"reward": "2.05000",
"odds": "2.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9678bf7-4d52-4960-9cb3-68f2ec79399f/?format=api"
}
]
}