GET /api/bet_types/d8b881db-4a69-48b5-885a-88f668b19663/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d8b881db-4a69-48b5-885a-88f668b19663",
"match": "https://api-prod.gambitprofit.com/api/matches/2471a6ee-a2c5-4701-82f5-dc9f45fece09/?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": "Syracuse",
"amount": 5207.0
},
{
"team": "Purdue",
"amount": 4793.0
}
],
"expected_reward_tokens": 9058.77,
"profit_sb": 58.77,
"profit_sb_percentage": 0.65,
"recommended": true
},
"lines": [
{
"id": "bc53f69c-c80b-4edd-939b-89ce2006865f",
"gambit_id": "245355f0-3fff-49be-96b2-a498e67136b9",
"last_updated": "2022-09-18T20:47:18.120541-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Syracuse",
"reward": "1.74000",
"odds": "1.83330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8b881db-4a69-48b5-885a-88f668b19663/?format=api"
},
{
"id": "a3e0d3e6-717a-4bf8-a2cf-a88c23b39aae",
"gambit_id": "b3ed8e64-bff6-4c96-91cd-31a23c666821",
"last_updated": "2022-09-18T20:47:18.121647-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "1.89000",
"odds": "2.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8b881db-4a69-48b5-885a-88f668b19663/?format=api"
}
]
}