GET /api/bet_types/c5da47c3-10bc-4216-bf4c-8a87a8298d77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c5da47c3-10bc-4216-bf4c-8a87a8298d77",
"match": "https://api-prod.gambitprofit.com/api/matches/804df615-df10-416c-a5b4-19cad5d42b51/?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": "Boise State",
"amount": 5000.0
},
{
"team": "UTEP",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "bf5baa67-3e5f-4359-9695-f39690fe2d66",
"gambit_id": "2e74835f-5ed8-4fc1-994b-c8086d6762b8",
"last_updated": "2022-09-24T11:37:25.712847-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boise State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-16.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5da47c3-10bc-4216-bf4c-8a87a8298d77/?format=api"
},
{
"id": "45aca2e5-adc3-419b-a812-ba52a847a1b3",
"gambit_id": "9be47ac9-616a-4da3-8c45-342335985f48",
"last_updated": "2022-09-24T11:37:25.711632-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UTEP",
"reward": "1.80000",
"odds": "1.90910",
"spread": "16.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5da47c3-10bc-4216-bf4c-8a87a8298d77/?format=api"
}
]
}