GET /api/bet_types/a602d27b-1ed1-4773-b294-011cbd8b2d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a602d27b-1ed1-4773-b294-011cbd8b2d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f655b459-43cb-4979-a3df-a03e65516992/?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": "MIL (C Burnes)",
                "amount": 7067.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 2933.0
            }
        ],
        "expected_reward_tokens": 9326.94,
        "profit_sb": 326.94,
        "profit_sb_percentage": 3.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a482b1a-cfce-4667-9663-b7931c959814",
            "gambit_id": "40914e5f-66ac-4fe9-9fca-fb2303045b31",
            "last_updated": "2022-08-08T11:42:13.612898-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (C Burnes)",
            "reward": "1.32000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a602d27b-1ed1-4773-b294-011cbd8b2d5e/?format=api"
        },
        {
            "id": "5605ff7b-954f-4648-8f15-d8b44f1c06bd",
            "gambit_id": "613b0cf6-1da2-412b-82ea-567970bfb2e0",
            "last_updated": "2022-08-08T11:42:13.613417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (G Ashcraft)",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a602d27b-1ed1-4773-b294-011cbd8b2d5e/?format=api"
        }
    ]
}