GET /api/bet_types/9a2c2bf4-ef33-4bb0-836e-f3099af0e653/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a2c2bf4-ef33-4bb0-836e-f3099af0e653",
    "match": "https://api-prod.gambitprofit.com/api/matches/56d88ece-c076-4974-9ffb-bd2d46b75101/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:01.689888-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": "Vegas Golden Knights",
                "amount": 6611.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "abf8ee48-967f-48ee-815f-30042364c283",
            "gambit_id": "2494b200-13ec-405a-ac0a-bc5e1e12e1ad",
            "last_updated": "2023-12-21T10:18:18.431069-05:00",
            "created_at": "2023-12-19T08:53:01.695160-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a2c2bf4-ef33-4bb0-836e-f3099af0e653/?format=api"
        },
        {
            "id": "47cdbbed-cbc5-43c0-b7a3-55ab6f368b55",
            "gambit_id": "2001967b-844a-49db-a95a-4ca7b427f7f3",
            "last_updated": "2023-12-21T10:18:18.434359-05:00",
            "created_at": "2023-12-19T08:53:01.701130-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a2c2bf4-ef33-4bb0-836e-f3099af0e653/?format=api"
        }
    ]
}