GET /api/bet_types/8408b8ad-e064-460f-8c17-587b9804d853/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8408b8ad-e064-460f-8c17-587b9804d853",
    "match": "https://api-prod.gambitprofit.com/api/matches/acfbb856-ce3a-431c-95a9-85b207e8e922/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:11.309475-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": "Washington Capitals",
                "amount": 6324.0
            },
            {
                "team": "New York Rangers",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "e16551ee-c318-42f8-ba02-d6b09b1ed8b2",
            "gambit_id": "42bbe9f6-8e9a-487d-a1ac-111228aa8d87",
            "last_updated": "2024-01-16T15:23:04.388677-05:00",
            "created_at": "2024-01-13T09:38:11.326680-05:00",
            "name": "Washington Capitals",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8408b8ad-e064-460f-8c17-587b9804d853/?format=api"
        },
        {
            "id": "308f2451-12de-4bbe-9d7c-6a34dfdac442",
            "gambit_id": "ee96daa5-e5d2-4eec-b349-0082ec0babd7",
            "last_updated": "2024-01-16T15:23:04.385276-05:00",
            "created_at": "2024-01-13T09:38:11.322369-05:00",
            "name": "New York Rangers",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8408b8ad-e064-460f-8c17-587b9804d853/?format=api"
        }
    ]
}