GET /api/bet_types/6f46789d-a0ec-4f7f-b7a0-e6ae50b59517/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f46789d-a0ec-4f7f-b7a0-e6ae50b59517",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7e22d13-df45-4b4b-bce2-2b063fa395bc/?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 Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "eeab38c1-50cf-40c8-8b3c-082306b5b626",
            "gambit_id": "485a2cc2-d7d2-48dd-866d-5f11b7e29b05",
            "last_updated": "2022-11-07T10:18:10.247120-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f46789d-a0ec-4f7f-b7a0-e6ae50b59517/?format=api"
        },
        {
            "id": "89503072-57ec-4fe5-8cbd-960d5cdad3be",
            "gambit_id": "f47f8537-542e-4eda-93ac-5b94c025ccee",
            "last_updated": "2022-11-07T10:18:10.248244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f46789d-a0ec-4f7f-b7a0-e6ae50b59517/?format=api"
        }
    ]
}