GET /api/bet_types/9accc660-07f5-480e-966d-ac0be1a2e170/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9accc660-07f5-480e-966d-ac0be1a2e170",
    "match": "https://api-prod.gambitprofit.com/api/matches/2053ba28-f71c-4282-beb0-a5d81bd12915/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:14.271647-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": "Montreal Canadiens",
                "amount": 5107.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "df616c2e-835b-4cc3-a901-4b6146fda962",
            "gambit_id": "7613b892-b640-4a00-885d-cd7152a1fde2",
            "last_updated": "2024-01-01T19:43:18.803223-05:00",
            "created_at": "2023-12-30T10:43:14.275219-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9accc660-07f5-480e-966d-ac0be1a2e170/?format=api"
        },
        {
            "id": "d8122f83-cb1a-43f8-b33a-eedaad130f45",
            "gambit_id": "12f355da-f29a-4f4e-ae88-227cf6841bd9",
            "last_updated": "2024-01-01T19:43:18.807914-05:00",
            "created_at": "2023-12-30T10:43:14.283461-05:00",
            "name": "Florida Panthers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9accc660-07f5-480e-966d-ac0be1a2e170/?format=api"
        }
    ]
}