GET /api/bet_types/6485ef00-e938-4d7e-a05a-910dc45e1d41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6485ef00-e938-4d7e-a05a-910dc45e1d41",
    "match": "https://api-prod.gambitprofit.com/api/matches/0620bcf0-af45-46d3-91f2-61c6022a08f3/?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": "LOS",
                "amount": 5096.0
            },
            {
                "team": "SFO",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba28a33f-c940-40c9-bd4c-12839696da67",
            "gambit_id": "47b3f9e3-650a-4cf0-b6db-53834b34d117",
            "last_updated": "2022-09-08T10:22:14.529710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6485ef00-e938-4d7e-a05a-910dc45e1d41/?format=api"
        },
        {
            "id": "e88021a5-55b6-4431-a688-88c266d0db9d",
            "gambit_id": "1ab1b3ce-b2aa-4479-8372-4f3a96d7d513",
            "last_updated": "2022-09-08T10:22:14.530705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6485ef00-e938-4d7e-a05a-910dc45e1d41/?format=api"
        }
    ]
}