GET /api/bet_types/fd6defb1-9c36-457f-91e4-064f61273321/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd6defb1-9c36-457f-91e4-064f61273321",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e33a7df-c4d3-4059-9c80-68a4a7fc4014/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:14.444408-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": "Minnesota Wild",
                "amount": 5423.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "af26027d-7b00-44ad-ac5c-4f3d9de44746",
            "gambit_id": "08a69282-01c4-4952-9749-fa6073870895",
            "last_updated": "2024-01-16T15:03:01.314864-05:00",
            "created_at": "2024-01-13T09:38:14.453328-05:00",
            "name": "Minnesota Wild",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd6defb1-9c36-457f-91e4-064f61273321/?format=api"
        },
        {
            "id": "613d5cc6-0a2b-40c3-a644-672ba78c39e9",
            "gambit_id": "0279a2a4-912a-4753-883e-f9c548301cea",
            "last_updated": "2024-01-16T15:03:01.311028-05:00",
            "created_at": "2024-01-13T09:38:14.449829-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd6defb1-9c36-457f-91e4-064f61273321/?format=api"
        }
    ]
}