GET /api/bet_types/1193d30c-1b7a-4774-93e4-44871cc30398/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1193d30c-1b7a-4774-93e4-44871cc30398",
"match": "https://api-prod.gambitprofit.com/api/matches/4761f6b4-ac6a-47df-a428-4dc074f38f64/?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": "Cincinnati Bengals",
"amount": 5000.0
},
{
"team": "New York Giants",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "b4accaf0-27c7-4556-9bdd-b80378097a7c",
"gambit_id": "6441397f-6dda-4da3-99eb-ea30b786d414",
"last_updated": "2022-08-22T11:12:14.539061-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cincinnati Bengals",
"reward": "1.83000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1193d30c-1b7a-4774-93e4-44871cc30398/?format=api"
},
{
"id": "9f4e616b-9633-4f6a-823b-36a0582d1767",
"gambit_id": "b986d7b3-648c-414b-b659-45b82f9f082a",
"last_updated": "2022-08-22T11:12:14.539614-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Giants",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1193d30c-1b7a-4774-93e4-44871cc30398/?format=api"
}
]
}