GET /api/bet_types/231e59d9-e6c8-41f0-a03c-6624ad45e5a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "231e59d9-e6c8-41f0-a03c-6624ad45e5a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/01933f78-fc67-4e13-9855-e8c3c80a6731/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:47.022439-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": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "96aa4ba1-befb-4bd8-b6bf-ebc04eb48b08",
            "gambit_id": "5100e341-8300-4e2f-b074-2fc927c267e9",
            "last_updated": "2023-02-02T10:32:06.635144-05:00",
            "created_at": "2023-02-01T09:26:47.024928-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/231e59d9-e6c8-41f0-a03c-6624ad45e5a9/?format=api"
        },
        {
            "id": "abd632f6-8f65-4c4e-a908-a05825306e16",
            "gambit_id": "dab1e0e2-c47b-4a7d-bf6c-2f9602b73ec8",
            "last_updated": "2023-02-02T10:32:06.633919-05:00",
            "created_at": "2023-02-01T09:26:47.023637-05:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/231e59d9-e6c8-41f0-a03c-6624ad45e5a9/?format=api"
        }
    ]
}