GET /api/bet_types/720c1663-3c11-4c14-bfaa-7ffab596b7f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "720c1663-3c11-4c14-bfaa-7ffab596b7f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c5e3380-f90d-4d3b-b65e-adc114d85aec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-18T09:38:24.875585-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": "Carolina Hurricanes",
                "amount": 6010.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "c65984a7-f8f3-43bd-8483-e0fd7faa85b1",
            "gambit_id": "b3c98529-1c6e-4b6a-a9f9-d15a5d724b7a",
            "last_updated": "2023-11-20T14:53:21.233245-05:00",
            "created_at": "2023-11-18T09:38:24.886261-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/720c1663-3c11-4c14-bfaa-7ffab596b7f2/?format=api"
        },
        {
            "id": "2e70c71d-97dc-4d8c-a98e-a82e99789eba",
            "gambit_id": "978940c8-bb0e-45a6-b3a3-fcdb1c8abac9",
            "last_updated": "2023-11-20T14:53:21.229648-05:00",
            "created_at": "2023-11-18T09:38:24.880830-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/720c1663-3c11-4c14-bfaa-7ffab596b7f2/?format=api"
        }
    ]
}