GET /api/bet_types/df29ac46-d1ee-4b90-b5d1-e3cf23ab9948/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "df29ac46-d1ee-4b90-b5d1-e3cf23ab9948",
"match": "https://api-prod.gambitprofit.com/api/matches/dfabd80d-6aed-4805-9164-e1c4e1a8ae84/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-03T08:28:19.688772-04: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": "PIT",
"amount": 6232.0
},
{
"team": "MIL",
"amount": 3768.0
}
],
"expected_reward_tokens": 9533.04,
"profit_sb": 33.04,
"profit_sb_percentage": 0.35,
"recommended": true
},
"lines": [
{
"id": "bfe00b29-c3e8-4c97-8193-1a0e714e19c8",
"gambit_id": "fe60e451-d516-49e0-8ec6-2957942d9554",
"last_updated": "2023-08-04T11:43:11.267722-04:00",
"created_at": "2023-08-03T08:28:19.694332-04:00",
"name": "PIT",
"reward": "1.53000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df29ac46-d1ee-4b90-b5d1-e3cf23ab9948/?format=api"
},
{
"id": "fa5a33ac-97b1-4116-aebd-e1532504fbb0",
"gambit_id": "4500537e-3372-4f66-ae34-517af01e0b4e",
"last_updated": "2023-08-04T11:43:11.272674-04:00",
"created_at": "2023-08-03T08:28:19.700597-04:00",
"name": "MIL",
"reward": "2.53000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df29ac46-d1ee-4b90-b5d1-e3cf23ab9948/?format=api"
}
]
}