GET /api/bet_types/3d62db8f-b7db-45a1-9003-f39be1e75db1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d62db8f-b7db-45a1-9003-f39be1e75db1",
    "match": "https://api-prod.gambitprofit.com/api/matches/aeaa1462-2835-4ebb-866b-3e035c32b671/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:55.453627-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": "Chicago Blackhawks",
                "amount": 5000.0
            },
            {
                "team": "Florida Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f73d830c-4a79-43cb-9e44-09f55fb56a11",
            "gambit_id": "38553074-782a-4dc9-878c-e0f022517d06",
            "last_updated": "2023-11-13T19:33:22.870938-05:00",
            "created_at": "2023-11-12T09:32:55.457691-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d62db8f-b7db-45a1-9003-f39be1e75db1/?format=api"
        },
        {
            "id": "2dabc868-dbeb-4127-81fa-4f02a2457152",
            "gambit_id": "ffe70bac-177f-48a0-949f-8241582b70dc",
            "last_updated": "2023-11-13T19:33:22.875201-05:00",
            "created_at": "2023-11-12T09:32:55.464318-05:00",
            "name": "Florida Panthers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d62db8f-b7db-45a1-9003-f39be1e75db1/?format=api"
        }
    ]
}