GET /api/bet_types/ba502b6a-1746-4053-8b66-7db39cd485f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba502b6a-1746-4053-8b66-7db39cd485f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/74803e46-4d6a-4bd1-be70-d4af3d89fcf5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-11T09:07:57.054120-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": "Ottawa Senators",
                "amount": 5788.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c61509f-fdff-4ea6-8c43-999f4a5174ee",
            "gambit_id": "211bff8d-77a3-4fb6-b62f-e38edee79131",
            "last_updated": "2023-10-12T11:33:04.868731-04:00",
            "created_at": "2023-10-11T09:07:57.060075-04:00",
            "name": "Ottawa Senators",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba502b6a-1746-4053-8b66-7db39cd485f4/?format=api"
        },
        {
            "id": "67e65c3e-2d3c-4dd7-a71c-9740805d9385",
            "gambit_id": "da6e1f90-fa6e-4149-a2f2-8ead57ed2f2c",
            "last_updated": "2023-10-12T11:33:04.872228-04:00",
            "created_at": "2023-10-11T09:07:57.066901-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba502b6a-1746-4053-8b66-7db39cd485f4/?format=api"
        }
    ]
}