GET /api/bet_types/c33eb973-db89-46b9-be72-9bc25a3bb29d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33eb973-db89-46b9-be72-9bc25a3bb29d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f0b520a-b181-4422-9d0f-087ee28d5dd9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:55.840761-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": "Washington Capitals",
                "amount": 5944.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8bf3e68-d0ff-4e29-ab5a-d0d67d48851f",
            "gambit_id": "2f954df2-9e6e-40bb-83bc-e70fa2a306ee",
            "last_updated": "2023-10-26T10:23:12.466171-04:00",
            "created_at": "2023-10-24T08:57:55.849408-04:00",
            "name": "Washington Capitals",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33eb973-db89-46b9-be72-9bc25a3bb29d/?format=api"
        },
        {
            "id": "662ead3f-7b20-4667-8649-27fda8cd46f1",
            "gambit_id": "3a5d02e9-fec9-464c-95e5-983a41f42e8f",
            "last_updated": "2023-10-26T10:23:12.462638-04:00",
            "created_at": "2023-10-24T08:57:55.844852-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33eb973-db89-46b9-be72-9bc25a3bb29d/?format=api"
        }
    ]
}