GET /api/bet_types/fd151f79-7970-45a6-a438-db3b88184fa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd151f79-7970-45a6-a438-db3b88184fa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/573a4425-d001-4315-b4e5-80a01b349dc1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:58.536127-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": "St Louis Blues",
                "amount": 5882.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "251cec28-f8b3-4ca2-84e9-742f3616c3cf",
            "gambit_id": "a7c9cbdf-f3b1-4ca1-981d-b6e74d722f7f",
            "last_updated": "2023-01-16T10:02:22.491669-05:00",
            "created_at": "2023-01-14T08:26:58.539105-05:00",
            "name": "St Louis Blues",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd151f79-7970-45a6-a438-db3b88184fa1/?format=api"
        },
        {
            "id": "0fcd143e-27b8-46ad-8b6c-d28615d495fd",
            "gambit_id": "feacd3e2-323c-4d81-b995-d00ae6dee763",
            "last_updated": "2023-01-16T10:02:22.494612-05:00",
            "created_at": "2023-01-14T08:26:58.542316-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd151f79-7970-45a6-a438-db3b88184fa1/?format=api"
        }
    ]
}