GET /api/bet_types/e8805c83-4cc5-4be8-97b8-8cd532ce9c5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8805c83-4cc5-4be8-97b8-8cd532ce9c5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/18e61828-f7b2-480b-b70e-abbdd1ae929a/?format=api",
    "name": "Pick the Winner",
    "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": "New York Rangers",
                "amount": 7438.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2562.0
            }
        ],
        "expected_reward_tokens": 9223.12,
        "profit_sb": 223.12,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "41344d2e-217f-4dea-93bb-90c478693f68",
            "gambit_id": "af703d05-d481-4d94-afbf-0586589f4ab4",
            "last_updated": "2022-11-14T15:12:42.172502-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.24000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8805c83-4cc5-4be8-97b8-8cd532ce9c5b/?format=api"
        },
        {
            "id": "659151e9-c89a-457b-ae25-7088e4e894e8",
            "gambit_id": "230d7935-9348-4887-82d1-0bc24b63c8a9",
            "last_updated": "2022-11-14T15:12:42.173441-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.60000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8805c83-4cc5-4be8-97b8-8cd532ce9c5b/?format=api"
        }
    ]
}