GET /api/bet_types/096e2895-12c3-4b03-b803-665d8ee9e009/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "096e2895-12c3-4b03-b803-665d8ee9e009",
"match": "https://api-prod.gambitprofit.com/api/matches/c0f2dcc9-bbcd-460d-9f29-c76ead86f071/?format=api",
"name": "Play the Odds",
"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": "Akron",
"amount": 5000.0
},
{
"team": "Liberty",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "0d751a79-3097-4beb-b556-39b84cf47814",
"gambit_id": "a890ab14-f883-48b6-b9bb-eb777847f2e5",
"last_updated": "2022-09-25T21:07:13.864089-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Akron",
"reward": "1.80000",
"odds": "1.90910",
"spread": "26.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096e2895-12c3-4b03-b803-665d8ee9e009/?format=api"
},
{
"id": "491b57cf-a69a-4c94-89d7-3f73cc56732c",
"gambit_id": "56fe12c1-2061-4a13-adae-0fa1bc41d27f",
"last_updated": "2022-09-25T21:07:13.863001-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Liberty",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-26.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/096e2895-12c3-4b03-b803-665d8ee9e009/?format=api"
}
]
}