GET /api/bet_types/e4726676-c80b-47be-8dd6-4739faedd72d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4726676-c80b-47be-8dd6-4739faedd72d",
    "match": "https://api-prod.gambitprofit.com/api/matches/315d618c-b354-44f4-9164-234f6a99febb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-30T10:43:15.035182-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": "Pittsburgh Penguins",
                "amount": 6449.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b86c484-82f9-4698-962f-e4213d3ec459",
            "gambit_id": "f43e4b17-4be8-4f2c-92f9-010cf41f05dc",
            "last_updated": "2024-01-01T19:48:20.210450-05:00",
            "created_at": "2023-12-30T10:43:15.047198-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4726676-c80b-47be-8dd6-4739faedd72d/?format=api"
        },
        {
            "id": "5617624e-bda3-4564-a93b-0294a2dab0b1",
            "gambit_id": "b64e5b55-df45-4466-a8ea-51c4dc48f9c4",
            "last_updated": "2024-01-01T19:48:20.206971-05:00",
            "created_at": "2023-12-30T10:43:15.039364-05:00",
            "name": "St Louis Blues",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4726676-c80b-47be-8dd6-4739faedd72d/?format=api"
        }
    ]
}