GET /api/bet_types/e56a41cd-b8d6-427e-97d9-53b8ce25bf2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e56a41cd-b8d6-427e-97d9-53b8ce25bf2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/10a03578-df52-4333-8540-94af35253c34/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-01T09:21:59.930076-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 Capitals",
                "amount": 6475.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "499db6c1-a28b-45ba-b5f7-f0bafcfc4fba",
            "gambit_id": "0bd8b4a0-7522-4a41-b8dc-383ee0530053",
            "last_updated": "2023-03-02T07:21:55.430279-05:00",
            "created_at": "2023-03-01T09:21:59.932640-05:00",
            "name": "Washington Capitals",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e56a41cd-b8d6-427e-97d9-53b8ce25bf2d/?format=api"
        },
        {
            "id": "61b1a049-b24e-4668-8f64-3df3992e6e95",
            "gambit_id": "f6fdefdc-435d-43ca-8303-e1e9bfb38504",
            "last_updated": "2023-03-02T07:21:55.429228-05:00",
            "created_at": "2023-03-01T09:21:59.931331-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e56a41cd-b8d6-427e-97d9-53b8ce25bf2d/?format=api"
        }
    ]
}