GET /api/bet_types/fe1f3c51-045d-46a5-8079-43413ebfd6d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fe1f3c51-045d-46a5-8079-43413ebfd6d7",
"match": "https://api-prod.gambitprofit.com/api/matches/d1a53a9e-550f-45ae-862e-b4466ec2cafe/?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": "New Mexico",
"amount": 5000.0
},
{
"team": "UTEP",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "84729f23-4121-41de-9fad-2412830c6d59",
"gambit_id": "79ef8948-01ad-4f9d-932f-6dc870780b34",
"last_updated": "2022-09-18T09:37:44.037462-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Mexico",
"reward": "1.81000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1f3c51-045d-46a5-8079-43413ebfd6d7/?format=api"
},
{
"id": "c098c6e3-d86a-4296-afda-76a7b7f94c01",
"gambit_id": "fedbb397-ad80-4a13-9a15-275f963af046",
"last_updated": "2022-09-18T09:37:44.038434-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UTEP",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe1f3c51-045d-46a5-8079-43413ebfd6d7/?format=api"
}
]
}