GET /api/bet_types/64f5b198-843f-411d-80b5-38fa8a794278/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "64f5b198-843f-411d-80b5-38fa8a794278",
"match": "https://api-prod.gambitprofit.com/api/matches/5ba10ce5-5094-4448-a437-c24c5e9cc75a/?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": "MIA",
"amount": 5753.0
},
{
"team": "PHI",
"amount": 4247.0
}
],
"expected_reward_tokens": 9088.58,
"profit_sb": 88.58,
"profit_sb_percentage": 0.98,
"recommended": true
},
"lines": [
{
"id": "8ef081a9-d6d6-4351-a804-fcae23d3c199",
"gambit_id": "e49b1d61-3250-4f5e-9ac7-ed317ab98e8d",
"last_updated": "2022-09-15T11:07:09.236718-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIA",
"reward": "1.58000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64f5b198-843f-411d-80b5-38fa8a794278/?format=api"
},
{
"id": "06eeb82b-3e0a-43e9-b9be-e38afe39e7b3",
"gambit_id": "d9807f84-5db8-4fd1-b522-ef45b3dae85a",
"last_updated": "2022-09-15T11:07:09.237715-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "2.14000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64f5b198-843f-411d-80b5-38fa8a794278/?format=api"
}
]
}