GET /api/bet_types/6e89150c-367b-4b03-bdac-1c16d7c12edd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e89150c-367b-4b03-bdac-1c16d7c12edd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c15be399-39ea-46a7-9410-817db972a165/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:09.139462-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": "Memphis Grizzlies",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "47a65349-6573-4986-b682-582132bdac31",
            "gambit_id": "b93b17ee-7469-48d6-a1e6-17cc2b76af3e",
            "last_updated": "2023-04-20T11:42:18.039738-04:00",
            "created_at": "2023-04-19T12:17:09.141643-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e89150c-367b-4b03-bdac-1c16d7c12edd/?format=api"
        },
        {
            "id": "861ce5e3-7f3a-4b60-b2e8-3f36d0416872",
            "gambit_id": "e67349a7-f4de-4441-b80f-d853a0b3b1bc",
            "last_updated": "2023-04-20T11:42:18.041503-04:00",
            "created_at": "2023-04-19T12:17:09.144433-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e89150c-367b-4b03-bdac-1c16d7c12edd/?format=api"
        }
    ]
}