GET /api/bet_types/8a49b40d-c2e0-409a-8cd2-1262fd2b8d29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a49b40d-c2e0-409a-8cd2-1262fd2b8d29",
    "match": "https://api-prod.gambitprofit.com/api/matches/30bcc678-a5c6-4b53-81d1-e59e14931dd0/?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": "Winnipeg Jets",
                "amount": 6345.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3655.0
            }
        ],
        "expected_reward_tokens": 9136.8,
        "profit_sb": 136.8,
        "profit_sb_percentage": 1.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "6480a16a-2185-48ca-b666-bf901b2aff94",
            "gambit_id": "7247b092-65a2-4601-82b9-61fba876f076",
            "last_updated": "2022-11-14T15:07:45.563288-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a49b40d-c2e0-409a-8cd2-1262fd2b8d29/?format=api"
        },
        {
            "id": "6364de21-2c21-4bc2-a902-5689aff0c9e7",
            "gambit_id": "377c1a9d-d586-43f7-af97-cf1e17db214e",
            "last_updated": "2022-11-14T15:07:45.562196-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a49b40d-c2e0-409a-8cd2-1262fd2b8d29/?format=api"
        }
    ]
}