GET /api/bet_types/5b4ce851-fade-477f-a431-6f21ef2163a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b4ce851-fade-477f-a431-6f21ef2163a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/378e4028-f702-429b-acdc-77db49976e1d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-04T09:13:06.948750-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": "MIL (F Peralta)",
                "amount": 5630.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 4370.0
            }
        ],
        "expected_reward_tokens": 9570.3,
        "profit_sb": 70.3,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "991b233b-9db6-48ad-b377-7f897a2814e7",
            "gambit_id": "5a6cf2ce-5b0c-4836-ab01-ddb76d095bdd",
            "last_updated": "2023-10-05T09:13:23.176370-04:00",
            "created_at": "2023-10-04T09:13:06.963649-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b4ce851-fade-477f-a431-6f21ef2163a1/?format=api"
        },
        {
            "id": "697911ce-c1e7-4f53-b7c1-7eb62d78b81d",
            "gambit_id": "54eb195e-c5c0-463f-8331-2488ac50cd55",
            "last_updated": "2023-10-05T09:13:23.172969-04:00",
            "created_at": "2023-10-04T09:13:06.956492-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b4ce851-fade-477f-a431-6f21ef2163a1/?format=api"
        }
    ]
}