GET /api/bet_types/7b0e8249-ed6c-4d52-910b-822c01f7e122/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7b0e8249-ed6c-4d52-910b-822c01f7e122",
"match": "https://api-prod.gambitprofit.com/api/matches/544fd167-699d-4ff5-9d29-dbdd0e5d11c4/?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": "Maryland",
"amount": 5780.0
},
{
"team": "Purdue",
"amount": 4220.0
}
],
"expected_reward_tokens": 9537.0,
"profit_sb": 37.0,
"profit_sb_percentage": 0.39,
"recommended": true
},
"lines": [
{
"id": "8fd37720-7475-430a-b5a9-75ca6e48c53f",
"gambit_id": "753c757a-28a3-4ae0-a81c-2f963d0f648a",
"last_updated": "2022-10-11T10:47:27.475385-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Maryland",
"reward": "1.65000",
"odds": "1.66670",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0e8249-ed6c-4d52-910b-822c01f7e122/?format=api"
},
{
"id": "0d221e4c-90ec-4ef7-872d-17b76ed3c6a1",
"gambit_id": "902732b5-0472-43bf-8a71-cf3f47597233",
"last_updated": "2022-10-11T10:47:27.476552-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "2.26000",
"odds": "2.30000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0e8249-ed6c-4d52-910b-822c01f7e122/?format=api"
}
]
}