GET /api/bet_types/e9f220fd-855d-4612-a206-7223ec69b604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9f220fd-855d-4612-a206-7223ec69b604",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b27eed4-0d11-4e00-b8e4-4404dcd50521/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T09:08:15.246147-04: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": "ARI (Z Davies)",
                "amount": 6359.0
            },
            {
                "team": "COL (C Flexen)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "866159bc-5df9-4cf6-98ad-26b886743f7c",
            "gambit_id": "a2f8a335-4ed2-45d1-89dc-232f8e60c1ee",
            "last_updated": "2023-09-08T09:28:30.898981-04:00",
            "created_at": "2023-09-06T09:08:15.257254-04:00",
            "name": "ARI (Z Davies)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f220fd-855d-4612-a206-7223ec69b604/?format=api"
        },
        {
            "id": "08a5f81f-08ee-45f5-ad66-c1ebee50256a",
            "gambit_id": "39b1ec7b-20a1-410d-b16e-72963a6be71e",
            "last_updated": "2023-09-08T09:28:30.895613-04:00",
            "created_at": "2023-09-06T09:08:15.250872-04:00",
            "name": "COL (C Flexen)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9f220fd-855d-4612-a206-7223ec69b604/?format=api"
        }
    ]
}