GET /api/bet_types/227d3aa4-e48f-42cf-b113-36abe7395013/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "227d3aa4-e48f-42cf-b113-36abe7395013",
"match": "https://api-prod.gambitprofit.com/api/matches/984063b0-5fee-443d-9168-4cc9b8ee64b9/?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": "PIT",
"amount": 5205.0
},
{
"team": "TOR",
"amount": 4795.0
}
],
"expected_reward_tokens": 9108.75,
"profit_sb": 108.75,
"profit_sb_percentage": 1.21,
"recommended": true
},
"lines": [
{
"id": "23aaacc1-37e6-4010-bf7d-a69e13ff8748",
"gambit_id": "fbc2d524-f750-4d3b-bb46-557175162741",
"last_updated": "2022-09-05T10:22:00.735749-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "1.75000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/227d3aa4-e48f-42cf-b113-36abe7395013/?format=api"
},
{
"id": "7a8ccdc6-470e-44ca-a255-b674c3686235",
"gambit_id": "0df44608-871b-4e64-82d9-a2f34eea4319",
"last_updated": "2022-09-05T10:22:00.736729-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TOR",
"reward": "1.90000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/227d3aa4-e48f-42cf-b113-36abe7395013/?format=api"
}
]
}