GET /api/bet_types/1ea6b574-c07d-4839-8d01-df92fe18e40f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ea6b574-c07d-4839-8d01-df92fe18e40f",
    "match": "https://api-prod.gambitprofit.com/api/matches/698f526b-3f04-41b0-b542-027b83ccfeab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:08.560413-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": 5857.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "94b05058-d898-4dc2-b213-4d2c8959e449",
            "gambit_id": "d57c9c87-09c7-4973-ac5c-92c4ff441f88",
            "last_updated": "2024-02-07T01:53:02.563291-05:00",
            "created_at": "2024-02-06T09:08:08.570146-05:00",
            "name": "Washington Capitals",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ea6b574-c07d-4839-8d01-df92fe18e40f/?format=api"
        },
        {
            "id": "030341a3-4ead-4f1d-ac44-f5b0d7bf3b37",
            "gambit_id": "9b732151-841c-46cd-9b99-b2b54ade4026",
            "last_updated": "2024-02-07T01:53:02.558191-05:00",
            "created_at": "2024-02-06T09:08:08.564885-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ea6b574-c07d-4839-8d01-df92fe18e40f/?format=api"
        }
    ]
}