GET /api/bet_types/3d6980e9-4b42-4221-8a0e-4488441fded2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d6980e9-4b42-4221-8a0e-4488441fded2",
    "match": "https://api-prod.gambitprofit.com/api/matches/51340704-c3b8-4148-bd64-174a05efd9e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:55.868845-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": "COL",
                "amount": 5107.0
            },
            {
                "team": "NYM",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "799496af-d832-4b6a-8ff8-b2cbab26cb76",
            "gambit_id": "51de9197-3ff6-49ae-805b-7bb59a56e7a9",
            "last_updated": "2023-05-07T11:57:17.672400-04:00",
            "created_at": "2023-05-06T11:51:55.872177-04:00",
            "name": "COL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d6980e9-4b42-4221-8a0e-4488441fded2/?format=api"
        },
        {
            "id": "01854061-fc74-455c-9dab-0e09b16ae710",
            "gambit_id": "d3c13b92-dd90-49f7-9072-ca3e3d618cfc",
            "last_updated": "2023-05-07T11:57:17.671057-04:00",
            "created_at": "2023-05-06T11:51:55.870611-04:00",
            "name": "NYM",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d6980e9-4b42-4221-8a0e-4488441fded2/?format=api"
        }
    ]
}