GET /api/bet_types/715f85b2-77f2-4c6d-b1d2-6dffcc29dee5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "715f85b2-77f2-4c6d-b1d2-6dffcc29dee5",
    "match": "https://api-prod.gambitprofit.com/api/matches/826c0490-734d-4afe-8a94-89edc4162bcb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-15T08:58:23.762183-04: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": "DET",
                "amount": 5423.0
            },
            {
                "team": "MIN",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fceeab98-ac34-465f-ba06-cd40e6c05197",
            "gambit_id": "861a6501-0693-48b8-9260-436948ed2097",
            "last_updated": "2023-08-17T13:33:13.313751-04:00",
            "created_at": "2023-08-15T08:58:23.766000-04:00",
            "name": "DET",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/715f85b2-77f2-4c6d-b1d2-6dffcc29dee5/?format=api"
        },
        {
            "id": "a1b72465-ae11-4ec2-b190-67c665832e58",
            "gambit_id": "afdceed8-2ba7-49c9-8962-561501926ce2",
            "last_updated": "2023-08-17T13:33:13.317362-04:00",
            "created_at": "2023-08-15T08:58:23.769913-04:00",
            "name": "MIN",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/715f85b2-77f2-4c6d-b1d2-6dffcc29dee5/?format=api"
        }
    ]
}