GET /api/bet_types/48324732-1df2-4a1e-98f9-3ce777d2b1e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48324732-1df2-4a1e-98f9-3ce777d2b1e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a35fe966-5e52-4bc7-8282-77a7749fb7eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T08:47:22.982024-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": "Buffalo Sabres",
                "amount": 6401.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "04bbf330-5781-44db-b70a-b4db65ae3bdc",
            "gambit_id": "49936509-43e4-4e12-8571-fbd9f0780227",
            "last_updated": "2023-02-16T16:52:03.032532-05:00",
            "created_at": "2023-02-15T08:47:22.984544-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48324732-1df2-4a1e-98f9-3ce777d2b1e5/?format=api"
        },
        {
            "id": "f7997d1d-d663-4e82-bea8-f6f55f3f088d",
            "gambit_id": "4bb6f583-ed9f-4505-8475-4216e87bcc7c",
            "last_updated": "2023-02-16T16:52:03.031341-05:00",
            "created_at": "2023-02-15T08:47:22.983260-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48324732-1df2-4a1e-98f9-3ce777d2b1e5/?format=api"
        }
    ]
}