GET /api/bet_types/16ffc2b4-d4b7-41bf-afc9-218e16fb901e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16ffc2b4-d4b7-41bf-afc9-218e16fb901e",
    "match": "https://api-prod.gambitprofit.com/api/matches/86e73574-614f-4e8d-8fbd-d691c433d40d/?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": "DET",
                "amount": 6269.0
            },
            {
                "team": "KAN",
                "amount": 3731.0
            }
        ],
        "expected_reward_tokens": 9215.43,
        "profit_sb": 215.43,
        "profit_sb_percentage": 2.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "9565cc95-c1e1-40b7-84a7-13e9f720a5df",
            "gambit_id": "d565d441-2049-4827-8242-85bcd48572ac",
            "last_updated": "2022-09-11T18:27:15.920786-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16ffc2b4-d4b7-41bf-afc9-218e16fb901e/?format=api"
        },
        {
            "id": "bb788fd9-d371-4b65-a42e-7ef47b39fa25",
            "gambit_id": "85bff7ca-91b4-4ae2-a92b-69f0530219cf",
            "last_updated": "2022-09-11T18:27:15.919793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "2.47000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16ffc2b4-d4b7-41bf-afc9-218e16fb901e/?format=api"
        }
    ]
}