GET /api/bet_types/6511f7bb-f09f-44d3-b6a6-0f115d1b5d55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6511f7bb-f09f-44d3-b6a6-0f115d1b5d55",
    "match": "https://api-prod.gambitprofit.com/api/matches/33d5a655-59b4-4392-838f-3a358f67e2c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:56.094032-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": 5212.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "24d13063-4269-49f3-88f7-a95e5eaf9cc3",
            "gambit_id": "e52801a1-1c68-411f-b7da-259343a07833",
            "last_updated": "2023-01-27T10:22:14.574651-05:00",
            "created_at": "2023-01-26T10:56:56.095558-05:00",
            "name": "Washington Capitals",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6511f7bb-f09f-44d3-b6a6-0f115d1b5d55/?format=api"
        },
        {
            "id": "e1b60a8e-84d1-457f-a998-1f4c8f37b9d8",
            "gambit_id": "6f6a51d4-4ac8-4211-bb0a-ecdbba8fa9f7",
            "last_updated": "2023-01-27T10:22:14.575911-05:00",
            "created_at": "2023-01-26T10:56:56.097184-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6511f7bb-f09f-44d3-b6a6-0f115d1b5d55/?format=api"
        }
    ]
}