GET /api/bet_types/9aa8e3d5-dbeb-481d-a42c-35d17cf602b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9aa8e3d5-dbeb-481d-a42c-35d17cf602b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de54427-c1fe-4ada-8ed9-a33d8d48f198/?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": "Washington Wizards",
                "amount": 6475.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "6aba2b60-d428-43bf-8d43-efc1c2d91704",
            "gambit_id": "d23972cf-2286-428f-9443-6e4d2529e5ac",
            "last_updated": "2022-10-29T19:02:20.846988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa8e3d5-dbeb-481d-a42c-35d17cf602b5/?format=api"
        },
        {
            "id": "b24db017-ce99-43ee-9733-d360cdd3e5d0",
            "gambit_id": "3427d169-abcd-4827-9aa8-276dc5af6344",
            "last_updated": "2022-10-29T19:02:20.848065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa8e3d5-dbeb-481d-a42c-35d17cf602b5/?format=api"
        }
    ]
}