GET /api/bet_types/f72c9345-5335-4bcb-aed4-0b7412a6db0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f72c9345-5335-4bcb-aed4-0b7412a6db0f",
"match": "https://api-prod.gambitprofit.com/api/matches/83a6974f-95fa-4917-a77b-9d137760b960/?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": 7855.0
},
{
"team": "Stanford",
"amount": 2145.0
}
],
"expected_reward_tokens": 9266.4,
"profit_sb": 266.4,
"profit_sb_percentage": 2.96,
"recommended": true
},
"lines": [
{
"id": "a1060631-bd59-45c1-81e8-5af60af23f3c",
"gambit_id": "c7731b6e-23d3-4b2c-b52c-15f4be902080",
"last_updated": "2022-09-25T21:32:24.976034-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington",
"reward": "1.18000",
"odds": "1.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f72c9345-5335-4bcb-aed4-0b7412a6db0f/?format=api"
},
{
"id": "eb9e14ac-54cc-4645-8793-862f4b0a8236",
"gambit_id": "04edc2e2-3ab0-4bd9-b25e-7ac1c80bd03f",
"last_updated": "2022-09-25T21:32:24.977056-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Stanford",
"reward": "4.32000",
"odds": "4.75000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f72c9345-5335-4bcb-aed4-0b7412a6db0f/?format=api"
}
]
}