GET /api/bet_types/3b6159dc-0deb-4698-bb34-fb47ebc27b4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b6159dc-0deb-4698-bb34-fb47ebc27b4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bd934a2-e2a8-4b37-8005-ba0cfb1cb833/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-28T09:58:20.817153-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": "Oklahoma City Thunder",
                "amount": 8584.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1416.0
            }
        ],
        "expected_reward_tokens": 9528.24,
        "profit_sb": 28.24,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "d88c4706-4105-45fd-ac66-54499169b2b9",
            "gambit_id": "e7ee5612-4924-446c-8344-41f9d40e2967",
            "last_updated": "2024-01-29T22:23:13.472084-05:00",
            "created_at": "2024-01-28T09:58:20.820769-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6159dc-0deb-4698-bb34-fb47ebc27b4c/?format=api"
        },
        {
            "id": "fad422a7-8980-4ba2-a760-8ff5a022b99e",
            "gambit_id": "a6e2ada7-e961-4153-aee3-5fd8c1f2712a",
            "last_updated": "2024-01-29T22:23:13.475285-05:00",
            "created_at": "2024-01-28T09:58:20.826601-05:00",
            "name": "Detroit Pistons",
            "reward": "6.73000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6159dc-0deb-4698-bb34-fb47ebc27b4c/?format=api"
        }
    ]
}