GET /api/bet_types/6f688ae4-aef3-4398-87f7-87036990b6a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f688ae4-aef3-4398-87f7-87036990b6a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/727f501d-59ca-497b-8054-1b1c6b15cf9d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:02.618398-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": "Boston Bruins",
                "amount": 6090.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "266e34c4-3f6a-467b-ab3e-43704b80be41",
            "gambit_id": "3da0a473-b21c-4d63-b14d-82e982667fe1",
            "last_updated": "2023-12-29T11:13:30.380972-05:00",
            "created_at": "2023-12-27T09:03:02.621988-05:00",
            "name": "Boston Bruins",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f688ae4-aef3-4398-87f7-87036990b6a6/?format=api"
        },
        {
            "id": "bf07a89d-5c2d-48e9-b2da-d22741d3bb98",
            "gambit_id": "f6b7589f-4193-4cc0-9f90-49c08afefab6",
            "last_updated": "2023-12-29T11:13:30.384428-05:00",
            "created_at": "2023-12-27T09:03:02.625950-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f688ae4-aef3-4398-87f7-87036990b6a6/?format=api"
        }
    ]
}