GET /api/bet_types/d716585e-4c53-4790-b050-b24992cda10e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d716585e-4c53-4790-b050-b24992cda10e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3aaf68d-f422-4bb0-88b1-ea36872b9bd1/?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": "Minnesota Wild",
                "amount": 5304.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2ac0fed-3b14-4dd1-893f-056c56f23c8b",
            "gambit_id": "1cd07e84-586f-4f28-89ab-d432a4c664a4",
            "last_updated": "2022-11-12T17:42:33.805354-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d716585e-4c53-4790-b050-b24992cda10e/?format=api"
        },
        {
            "id": "fa6e06a2-da95-448b-b3e6-f6e6e3d1ea2b",
            "gambit_id": "acc0d4f0-a032-4e33-bb60-18714a35e3cf",
            "last_updated": "2022-11-12T17:42:33.804340-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d716585e-4c53-4790-b050-b24992cda10e/?format=api"
        }
    ]
}