GET /api/bet_types/5b303f7f-b716-4ebe-98ca-c20a7d1c0c9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b303f7f-b716-4ebe-98ca-c20a7d1c0c9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fb6b74f-89bd-4122-9de9-c8037bdfb1c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:22.442216-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": 6154.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "2bff8e00-fdc6-43e6-89f9-686c11925a20",
            "gambit_id": "0d55735f-7c84-4119-9f48-8b1529e4dd97",
            "last_updated": "2024-02-07T01:52:59.008085-05:00",
            "created_at": "2024-02-05T10:03:22.446233-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b303f7f-b716-4ebe-98ca-c20a7d1c0c9f/?format=api"
        },
        {
            "id": "be6da60d-8db6-402d-943a-d4d4ea9ae180",
            "gambit_id": "20d5011b-a258-44e6-9222-1687c18adace",
            "last_updated": "2024-02-07T01:52:59.011372-05:00",
            "created_at": "2024-02-05T10:03:22.450410-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b303f7f-b716-4ebe-98ca-c20a7d1c0c9f/?format=api"
        }
    ]
}