GET /api/bet_types/f6adf04f-c629-44eb-be48-f00d205ba0bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6adf04f-c629-44eb-be48-f00d205ba0bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d224e8a-74fd-46b6-aada-e596c6aa5ab8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:55.401773-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": "St Louis Blues",
                "amount": 6326.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b5e5e10-686e-41d9-b656-bfd8e9cf9503",
            "gambit_id": "011c185e-ecf7-4035-9bdf-18a66a4393ad",
            "last_updated": "2023-02-12T09:37:12.236358-05:00",
            "created_at": "2023-02-11T09:01:55.403027-05:00",
            "name": "St Louis Blues",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6adf04f-c629-44eb-be48-f00d205ba0bb/?format=api"
        },
        {
            "id": "dc404be4-0da7-4a25-8c1b-5d685f8701ee",
            "gambit_id": "6f37961b-66a8-44ea-9135-d8ae352a1263",
            "last_updated": "2023-02-12T09:37:12.237544-05:00",
            "created_at": "2023-02-11T09:01:55.404334-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6adf04f-c629-44eb-be48-f00d205ba0bb/?format=api"
        }
    ]
}