GET /api/bet_types/4bcb3596-9988-4c65-b3dd-579d96f2b5c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bcb3596-9988-4c65-b3dd-579d96f2b5c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9cfe732-ddab-4740-a44d-cff115bbd606/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Missouri",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Missouri",
                "amount": 8766.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 1234.0
            }
        ],
        "expected_reward_tokens": 9378.4,
        "profit_sb": 378.4,
        "profit_sb_percentage": 4.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "1eba25a8-faae-4464-a5db-93f2712b2482",
            "gambit_id": "eff87915-ad15-4eae-9520-b3f13d125a47",
            "last_updated": "2022-09-02T09:12:11.153668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bcb3596-9988-4c65-b3dd-579d96f2b5c2/?format=api"
        },
        {
            "id": "e5ebdc8e-ee64-4844-a3cc-d7b7b3b1054d",
            "gambit_id": "5fdd231f-4b58-4429-bdb6-a3adda90f64f",
            "last_updated": "2022-09-02T09:12:11.154143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "7.60000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bcb3596-9988-4c65-b3dd-579d96f2b5c2/?format=api"
        }
    ]
}