GET /api/bet_types/f09aa632-fdf4-41d5-830f-58211d2c0dfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f09aa632-fdf4-41d5-830f-58211d2c0dfc",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9836d40-9ce3-44c0-b159-b69760765664/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T09:47:54.500965-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": "New Jersey Devils",
                "amount": 7880.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2120.0
            }
        ],
        "expected_reward_tokens": 9455.2,
        "profit_sb": -44.8,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed32b1fa-e6f7-429b-a2c6-fdd5511f2bc5",
            "gambit_id": "70cb97f2-53cf-4361-ab75-0b8538698495",
            "last_updated": "2023-12-02T09:37:59.740031-05:00",
            "created_at": "2023-12-01T09:47:54.513599-05:00",
            "name": "New Jersey Devils",
            "reward": "1.20000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f09aa632-fdf4-41d5-830f-58211d2c0dfc/?format=api"
        },
        {
            "id": "b9a4e335-f670-45e9-85f4-bfcdd16bf9a4",
            "gambit_id": "f39ccfeb-2f89-4b2c-a2cb-da187c55d1e9",
            "last_updated": "2023-12-02T09:37:59.735726-05:00",
            "created_at": "2023-12-01T09:47:54.507139-05:00",
            "name": "San Jose Sharks",
            "reward": "4.46000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f09aa632-fdf4-41d5-830f-58211d2c0dfc/?format=api"
        }
    ]
}