GET /api/bet_types/0011632a-a6c3-441f-a9ad-051309742995/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0011632a-a6c3-441f-a9ad-051309742995",
    "match": "https://api-prod.gambitprofit.com/api/matches/01ad93b2-c0c0-481a-bf17-d3ef40cfb781/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Outsiders",
                "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": "Outsiders",
                "amount": 8811.0
            },
            {
                "team": "FTW Esports",
                "amount": 1189.0
            }
        ],
        "expected_reward_tokens": 9163.44,
        "profit_sb": 163.44,
        "profit_sb_percentage": 1.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "d10838d0-d1d3-477f-9f8e-756426a1ee7e",
            "gambit_id": "cc9db800-b8e9-4f7a-807d-895c7ec182c6",
            "last_updated": "2022-09-10T21:42:30.684864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Outsiders",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0011632a-a6c3-441f-a9ad-051309742995/?format=api"
        },
        {
            "id": "9e682f59-66b4-424d-8649-8c87e2eccbc0",
            "gambit_id": "f50f9007-a5a8-4655-a84c-5ecbc0bbf668",
            "last_updated": "2022-09-10T21:42:30.683831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FTW Esports",
            "reward": "7.71000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0011632a-a6c3-441f-a9ad-051309742995/?format=api"
        }
    ]
}