GET /api/bet_types/e55d9468-4352-4c57-b518-ba1948d24ac7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e55d9468-4352-4c57-b518-ba1948d24ac7",
    "match": "https://api-prod.gambitprofit.com/api/matches/01f1465a-aab3-4952-9303-a8fe90c12263/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:06.580758-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": "Detroit Lions",
                "amount": 5213.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2204c089-005a-4493-a869-8c9c5b502158",
            "gambit_id": "f8448cfd-2273-4018-aa88-f12bff0971fe",
            "last_updated": "2023-12-11T19:48:21.437286-05:00",
            "created_at": "2023-12-06T09:18:06.584711-05:00",
            "name": "Detroit Lions",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e55d9468-4352-4c57-b518-ba1948d24ac7/?format=api"
        },
        {
            "id": "36973940-bace-4c4e-9011-75b74f3f16a0",
            "gambit_id": "d78ad735-51f0-45a0-b804-166506d5aafd",
            "last_updated": "2023-12-11T19:48:21.450626-05:00",
            "created_at": "2023-12-06T09:18:06.588673-05:00",
            "name": "Chicago Bears",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e55d9468-4352-4c57-b518-ba1948d24ac7/?format=api"
        }
    ]
}