GET /api/bet_types/43cc100c-3245-48c8-8764-0bf5bfb36372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "43cc100c-3245-48c8-8764-0bf5bfb36372",
"match": "https://api-prod.gambitprofit.com/api/matches/04967d66-9b7c-439c-a592-abf149825570/?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": "Texas A&M",
"amount": 5110.0
},
{
"team": "Miami Florida",
"amount": 4890.0
}
],
"expected_reward_tokens": 9044.7,
"profit_sb": 44.7,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "40b79bea-d4ad-47a7-825a-52be85848ab5",
"gambit_id": "8fabb982-1122-452e-86e1-1b2a26a61813",
"last_updated": "2022-09-18T09:32:38.806046-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas A&M",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43cc100c-3245-48c8-8764-0bf5bfb36372/?format=api"
},
{
"id": "540c8ec9-8162-4ac0-8738-7bd0265b6c76",
"gambit_id": "8f00d1f4-9ac4-4fb3-bf8f-7e671f9845a1",
"last_updated": "2022-09-18T09:32:38.807039-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Florida",
"reward": "1.85000",
"odds": "1.95240",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43cc100c-3245-48c8-8764-0bf5bfb36372/?format=api"
}
]
}