GET /api/bet_types/0bed1ea2-f4fb-4507-9f5d-ff1d1db1f46f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bed1ea2-f4fb-4507-9f5d-ff1d1db1f46f",
    "match": "https://api-prod.gambitprofit.com/api/matches/235e54a0-54e8-4998-afb6-25f271ba4f49/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Maryland",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Maryland",
                "amount": 9376.0
            },
            {
                "team": "Charlotte",
                "amount": 624.0
            }
        ],
        "expected_reward_tokens": 9559.68,
        "profit_sb": 559.68,
        "profit_sb_percentage": 6.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "597909a8-02bc-46e1-8901-eaf528b839a8",
            "gambit_id": "188ce244-63f5-4cc6-a379-2e6932cec507",
            "last_updated": "2022-09-11T10:22:15.048600-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bed1ea2-f4fb-4507-9f5d-ff1d1db1f46f/?format=api"
        },
        {
            "id": "06c79503-eaf4-4d1d-89be-b22652ccdc80",
            "gambit_id": "2fc36695-428b-48fb-ba73-35bd767ec913",
            "last_updated": "2022-09-11T10:22:15.047550-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "15.32000",
            "odds": "17.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bed1ea2-f4fb-4507-9f5d-ff1d1db1f46f/?format=api"
        }
    ]
}