GET /api/bet_types/d175a6ad-9821-4ea8-bf90-6ca5562577d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d175a6ad-9821-4ea8-bf90-6ca5562577d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea28739-520d-4ef0-9850-b6c28fd82bae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:09.124849-04: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": "Tampa Bay Lightning",
                "amount": 5107.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ff60202-889e-4d8e-bb10-4894c5c0515b",
            "gambit_id": "f2ab415d-ebac-460f-b352-fa9f7b225942",
            "last_updated": "2023-04-25T11:42:21.577929-04:00",
            "created_at": "2023-04-24T13:02:09.127040-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d175a6ad-9821-4ea8-bf90-6ca5562577d3/?format=api"
        },
        {
            "id": "d60fd6bc-161b-4942-a7b5-36a8ca62a2de",
            "gambit_id": "9fdfd164-6f52-4123-9625-c056a516c3d8",
            "last_updated": "2023-04-25T11:42:21.580091-04:00",
            "created_at": "2023-04-24T13:02:09.128929-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d175a6ad-9821-4ea8-bf90-6ca5562577d3/?format=api"
        }
    ]
}