GET /api/bet_types/66762b8c-c60f-412c-a583-6e55a909754a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "66762b8c-c60f-412c-a583-6e55a909754a",
"match": "https://api-prod.gambitprofit.com/api/matches/a0d4b35a-13d0-4fd3-888d-b8ea18be2f59/?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": "Denver Broncos",
"amount": 5000.0
},
{
"team": "San Francisco 49ers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "b6cfd80a-4a32-4815-b747-52ccd8947309",
"gambit_id": "59cd9a80-bb3c-463f-971e-784b6f16dca9",
"last_updated": "2022-09-26T09:52:13.494346-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Broncos",
"reward": "1.80000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66762b8c-c60f-412c-a583-6e55a909754a/?format=api"
},
{
"id": "2ccea09f-9888-40b8-b048-681de2129ea8",
"gambit_id": "009f46ca-78cf-4239-aa77-c90d6ef37fbe",
"last_updated": "2022-09-26T09:52:13.495529-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Francisco 49ers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66762b8c-c60f-412c-a583-6e55a909754a/?format=api"
}
]
}