GET /api/bet_types/e79143c0-c8c8-4502-8c77-cae3021ccfaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e79143c0-c8c8-4502-8c77-cae3021ccfaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a669734d-1cbc-492f-b4bd-195132d66b2d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "118b9cd9-44bc-4e27-9790-93baf4d5c5b5",
            "gambit_id": "343e23ca-b34e-409d-95b8-303b0461990f",
            "last_updated": "2022-11-05T09:33:29.586902-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e79143c0-c8c8-4502-8c77-cae3021ccfaa/?format=api"
        },
        {
            "id": "d8b4bc4a-b32c-4b63-9888-24d5c26e9ade",
            "gambit_id": "edc3c91e-ec38-436e-8e3b-5c3c7f8afe19",
            "last_updated": "2022-11-05T09:33:29.587930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e79143c0-c8c8-4502-8c77-cae3021ccfaa/?format=api"
        }
    ]
}