GET /api/bet_types/29ecfcd4-7264-4697-84b8-5bf437528eb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29ecfcd4-7264-4697-84b8-5bf437528eb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/be8610a4-de48-49b1-8cdd-b23148004871/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "South Carolina",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "South Carolina",
                "amount": 9045.0
            },
            {
                "team": "Charlotte",
                "amount": 955.0
            }
        ],
        "expected_reward_tokens": 9406.75,
        "profit_sb": 406.75,
        "profit_sb_percentage": 4.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "d30a7a15-c7f8-4e77-8ca4-805a5daddb95",
            "gambit_id": "9df4ab17-9c59-4e17-aada-13927a8656e5",
            "last_updated": "2022-09-25T10:27:11.831166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ecfcd4-7264-4697-84b8-5bf437528eb4/?format=api"
        },
        {
            "id": "c7a80855-49c8-4240-b725-b4bb59eed64d",
            "gambit_id": "c7ace616-1ba3-490c-9f98-eb762fa818e0",
            "last_updated": "2022-09-25T10:27:11.830010-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "9.85000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ecfcd4-7264-4697-84b8-5bf437528eb4/?format=api"
        }
    ]
}