GET /api/bet_types/f8fbd3a2-d91f-4de8-9efd-f64f9ca81d92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8fbd3a2-d91f-4de8-9efd-f64f9ca81d92",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c2ae046-1d7f-418c-9516-3ec47fa0a44d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-19T10:03:06.768185-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": "Portland Trail Blazers",
                "amount": 5107.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1be10d87-75f5-43c8-9aa0-1e02fd18340f",
            "gambit_id": "5e57c787-ba2e-4087-8e39-c02725978003",
            "last_updated": "2023-11-21T09:03:08.840865-05:00",
            "created_at": "2023-11-19T10:03:06.776589-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8fbd3a2-d91f-4de8-9efd-f64f9ca81d92/?format=api"
        },
        {
            "id": "fad1ec09-3f54-40e2-8c03-724b3a5efbc0",
            "gambit_id": "53ab6025-b34f-44c1-ad18-9dfbefe3a201",
            "last_updated": "2023-11-21T09:03:08.837229-05:00",
            "created_at": "2023-11-19T10:03:06.772232-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8fbd3a2-d91f-4de8-9efd-f64f9ca81d92/?format=api"
        }
    ]
}