GET /api/bet_types/f5accf60-7a0c-47cd-b739-eb7db81d4f8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5accf60-7a0c-47cd-b739-eb7db81d4f8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ed75ba4-5c9f-4d70-b77d-2bf0cf343648/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:24.123865-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "603f68b3-f7c8-4105-923c-a6163a5833ce",
            "gambit_id": "91c67dd3-69d0-4a3d-81ad-0a279ffadba1",
            "last_updated": "2023-11-20T14:43:19.788383-05:00",
            "created_at": "2023-11-18T09:38:24.132731-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5accf60-7a0c-47cd-b739-eb7db81d4f8b/?format=api"
        },
        {
            "id": "dcfc1ecb-4bec-442d-afff-089c441e44a1",
            "gambit_id": "a368685c-e89f-4f5b-a353-9339b5b8c85f",
            "last_updated": "2023-11-20T14:43:19.784883-05:00",
            "created_at": "2023-11-18T09:38:24.127870-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5accf60-7a0c-47cd-b739-eb7db81d4f8b/?format=api"
        }
    ]
}