GET /api/bet_types/cf2f08ea-0b3c-4d7c-ace2-427cc60a5566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf2f08ea-0b3c-4d7c-ace2-427cc60a5566",
    "match": "https://api-prod.gambitprofit.com/api/matches/19b11382-b6e6-41a3-9213-a095942cc069/?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": "Clemson",
                "amount": 8113.0
            },
            {
                "team": "Syracuse",
                "amount": 1887.0
            }
        ],
        "expected_reward_tokens": 9491.61,
        "profit_sb": -8.39,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "60c53b8c-ed13-47ef-9271-f7f8e62297cc",
            "gambit_id": "41f1886d-2af5-4e42-aa82-8733cc5aafd4",
            "last_updated": "2022-10-23T09:22:21.170952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.17000",
            "odds": "1.17860",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf2f08ea-0b3c-4d7c-ace2-427cc60a5566/?format=api"
        },
        {
            "id": "df7b6495-499a-452f-9d66-20f7d43537ab",
            "gambit_id": "e8887337-0f3d-4113-94f7-c99de802f952",
            "last_updated": "2022-10-23T09:22:21.169955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "5.03000",
            "odds": "5.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf2f08ea-0b3c-4d7c-ace2-427cc60a5566/?format=api"
        }
    ]
}