GET /api/bet_types/94f1a8f0-892a-4c26-b9ee-f326d31a9bcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94f1a8f0-892a-4c26-b9ee-f326d31a9bcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/489e7008-ad14-4360-9097-2707c3d3a254/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-30T08:58:07.218664-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": "Utah Jazz",
                "amount": 5107.0
            },
            {
                "team": "New York Knicks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "87d0b198-9c26-42a3-9530-be8590a9c976",
            "gambit_id": "2208aab2-0c46-4323-9365-6f44fd74e78c",
            "last_updated": "2024-01-31T21:53:06.756608-05:00",
            "created_at": "2024-01-30T08:58:07.223648-05:00",
            "name": "Utah Jazz",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f1a8f0-892a-4c26-b9ee-f326d31a9bcb/?format=api"
        },
        {
            "id": "44469ca0-077e-444d-b6e6-e137cb9f901c",
            "gambit_id": "a00813de-ec32-492f-b2a8-a305c83e57b8",
            "last_updated": "2024-01-31T21:53:06.759871-05:00",
            "created_at": "2024-01-30T08:58:07.229019-05:00",
            "name": "New York Knicks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f1a8f0-892a-4c26-b9ee-f326d31a9bcb/?format=api"
        }
    ]
}