GET /api/bet_types/c7efdd08-f74a-467c-bc6a-94961bb62e0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7efdd08-f74a-467c-bc6a-94961bb62e0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/00b7a757-8f42-40ff-98fa-858b505b85db/?format=api",
    "name": "Pick the Winner",
    "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": "Ottawa Senators",
                "amount": 6534.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "c543a065-2dc3-4f65-8b9e-3af3439b1331",
            "gambit_id": "da342caf-c847-4ee5-9306-c4f2c7ae2256",
            "last_updated": "2022-12-13T10:07:01.069154-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7efdd08-f74a-467c-bc6a-94961bb62e0e/?format=api"
        },
        {
            "id": "4685b2ad-4200-46d0-bf00-94c7b8a0eac2",
            "gambit_id": "416b9adf-db6c-4d61-83c8-bf7931f593d4",
            "last_updated": "2022-12-13T10:07:01.070408-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7efdd08-f74a-467c-bc6a-94961bb62e0e/?format=api"
        }
    ]
}