GET /api/bet_types/bc022ee7-c9bb-471e-80fd-99f1e7047c7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc022ee7-c9bb-471e-80fd-99f1e7047c7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36f2a2f-19c0-4e6a-99f2-44491d324d0b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-25T09:33:16.217831-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 York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb3acc70-e06a-4350-9ee7-fe90a51270ae",
            "gambit_id": "0aa44d63-c329-4e89-b8d5-c34dc6555a77",
            "last_updated": "2023-12-26T20:23:08.148966-05:00",
            "created_at": "2023-12-25T09:33:16.234287-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc022ee7-c9bb-471e-80fd-99f1e7047c7a/?format=api"
        },
        {
            "id": "8bb524c9-7c14-4f8f-91b8-fd0eae9de43a",
            "gambit_id": "1bb11f63-bffb-4253-a49f-75d6bcfb5e64",
            "last_updated": "2023-12-26T20:23:08.143937-05:00",
            "created_at": "2023-12-25T09:33:16.226773-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc022ee7-c9bb-471e-80fd-99f1e7047c7a/?format=api"
        }
    ]
}