GET /api/bet_types/67b1c9ea-5e01-4385-9db1-6cf9f62f36ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67b1c9ea-5e01-4385-9db1-6cf9f62f36ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/414ba128-c721-42e2-97ed-b0c4af670cec/?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": "Los Angeles Kings",
                "amount": 6475.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 517.5,
        "profit_sb_percentage": 5.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8a2d1d2-3c14-44bb-ba72-4ab0b8d87590",
            "gambit_id": "21b0d623-e033-4099-a831-c23e72e73666",
            "last_updated": "2022-11-02T20:57:11.615992-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b1c9ea-5e01-4385-9db1-6cf9f62f36ae/?format=api"
        },
        {
            "id": "c9eb7a73-e7ba-4af8-abec-f266c8e7c1f5",
            "gambit_id": "2936d9cb-af7f-40cb-8109-073fb1ecc4e9",
            "last_updated": "2022-11-02T20:57:11.615022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b1c9ea-5e01-4385-9db1-6cf9f62f36ae/?format=api"
        }
    ]
}