GET /api/bet_types/2bbf8182-7d99-4371-96fa-724380ae1f8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bbf8182-7d99-4371-96fa-724380ae1f8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8644a63c-0368-437f-abf8-dec92ab2cd47/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:37:59.671720-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 Islanders",
                "amount": 6812.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "98025b4f-19d3-4198-a385-8dd0c5ab7434",
            "gambit_id": "eda37b97-8468-48c5-ba10-e97e53590726",
            "last_updated": "2023-12-12T21:58:27.750429-05:00",
            "created_at": "2023-12-11T09:37:59.680417-05:00",
            "name": "New York Islanders",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bbf8182-7d99-4371-96fa-724380ae1f8f/?format=api"
        },
        {
            "id": "64765ad2-8815-4a41-b702-b5dbb2515c4c",
            "gambit_id": "dc651394-b0a4-4250-b497-9b4bec530bfb",
            "last_updated": "2023-12-12T21:58:27.746487-05:00",
            "created_at": "2023-12-11T09:37:59.675321-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bbf8182-7d99-4371-96fa-724380ae1f8f/?format=api"
        }
    ]
}