GET /api/bet_types/41a29c03-3da3-4592-a461-96b06f96751d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "41a29c03-3da3-4592-a461-96b06f96751d",
"match": "https://api-prod.gambitprofit.com/api/matches/ce25c793-9b4b-4f67-aebf-fe4c513105e7/?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": "Wake Forest",
"amount": 5106.0
},
{
"team": "Louisville",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "eb08f248-ead4-4712-821d-90ff4c25608b",
"gambit_id": "052e2f07-5964-4dda-a23c-df2332c943e3",
"last_updated": "2022-10-31T10:32:23.152615-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wake Forest",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a29c03-3da3-4592-a461-96b06f96751d/?format=api"
},
{
"id": "072593e0-b56f-40d8-8665-b72ccbef7d41",
"gambit_id": "c6f9f24b-a23c-445d-aa2f-e25dd044c976",
"last_updated": "2022-10-31T10:32:23.151701-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Louisville",
"reward": "1.92000",
"odds": "1.95240",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a29c03-3da3-4592-a461-96b06f96751d/?format=api"
}
]
}