GET /api/bet_types/3b6d7a2a-0f6e-4cec-b73c-db7bc11906ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3b6d7a2a-0f6e-4cec-b73c-db7bc11906ae",
"match": "https://api-prod.gambitprofit.com/api/matches/2205abd1-aa9d-4d6c-8050-adfd2fc4f725/?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": "Temple",
"amount": 5000.0
},
{
"team": "East Carolina",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "a7d691d0-963d-4157-8c81-69aadcf7c9e9",
"gambit_id": "de8819a1-50e7-4e3d-87a5-1fea18bf0dde",
"last_updated": "2022-11-28T10:07:12.752839-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Temple",
"reward": "1.80000",
"odds": "1.90910",
"spread": "9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6d7a2a-0f6e-4cec-b73c-db7bc11906ae/?format=api"
},
{
"id": "3fc4d9d1-aa79-4ab0-a3d4-246e40050b8e",
"gambit_id": "989fb447-332c-4128-a239-6365a0953385",
"last_updated": "2022-11-28T10:07:12.753894-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "East Carolina",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6d7a2a-0f6e-4cec-b73c-db7bc11906ae/?format=api"
}
]
}