GET /api/bet_types/585ddc21-ec12-493c-9108-1d6149ce0b30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "585ddc21-ec12-493c-9108-1d6149ce0b30",
    "match": "https://api-prod.gambitprofit.com/api/matches/e73572c9-9258-4e44-a054-eb4a8672da22/?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": "LAA",
                "amount": 5499.0
            },
            {
                "team": "TAM",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "a38e8733-0a8a-4002-92c3-505544d54cfb",
            "gambit_id": "e4e61a1e-fd1c-4941-8c2a-71706e714a26",
            "last_updated": "2022-08-26T13:02:09.700161-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585ddc21-ec12-493c-9108-1d6149ce0b30/?format=api"
        },
        {
            "id": "803ed1c6-5643-4e3a-9ea7-06068badce98",
            "gambit_id": "58ea9823-8961-454a-8e7d-3358f1f01924",
            "last_updated": "2022-08-26T13:02:09.699733-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/585ddc21-ec12-493c-9108-1d6149ce0b30/?format=api"
        }
    ]
}