GET /api/bet_types/e4b86926-4c5d-41da-a293-dbe74db58363/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4b86926-4c5d-41da-a293-dbe74db58363",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a795bd3-a55a-472e-8300-4f34c969fd78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:01.422452-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 Red Wings",
                "amount": 5599.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b2ee0d6-bf63-4dcb-9280-eaab2d795cc0",
            "gambit_id": "8eb26ead-af28-4b85-a1a7-8d9837f93960",
            "last_updated": "2023-12-12T21:58:23.716838-05:00",
            "created_at": "2023-12-11T09:38:01.426338-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b86926-4c5d-41da-a293-dbe74db58363/?format=api"
        },
        {
            "id": "ad59ea9e-dec0-4be3-bccd-5227313ed952",
            "gambit_id": "5ec13592-e013-4e5f-a87a-59091bbe5d66",
            "last_updated": "2023-12-12T21:58:23.720036-05:00",
            "created_at": "2023-12-11T09:38:01.430906-05:00",
            "name": "Dallas Stars",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b86926-4c5d-41da-a293-dbe74db58363/?format=api"
        }
    ]
}