GET /api/bet_types/c29d8ec2-b63f-47f9-bae5-f0c44a520e20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c29d8ec2-b63f-47f9-bae5-f0c44a520e20",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f6ccafb-df45-4ffe-813d-06037b19e91a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T18:28:17.847845-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": "Cleveland Browns",
                "amount": 5107.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9fb5d95c-0dd4-4d9c-a8dd-9ca305863014",
            "gambit_id": "705076e9-70ee-49e6-9920-673d62b9a85b",
            "last_updated": "2023-09-19T10:13:08.798589-04:00",
            "created_at": "2023-09-16T18:28:17.851349-04:00",
            "name": "Cleveland Browns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c29d8ec2-b63f-47f9-bae5-f0c44a520e20/?format=api"
        },
        {
            "id": "7da440b8-0189-4c96-a535-1f408080154b",
            "gambit_id": "da6d2f31-6ea4-4f43-a3ee-79df82f66740",
            "last_updated": "2023-09-19T10:13:08.801800-04:00",
            "created_at": "2023-09-16T18:28:17.854995-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c29d8ec2-b63f-47f9-bae5-f0c44a520e20/?format=api"
        }
    ]
}