GET /api/bet_types/7418991e-82ae-4836-a418-6aa0c4e83d99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7418991e-82ae-4836-a418-6aa0c4e83d99",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0ac356e-ea47-4f1e-b844-f6eac36ff8ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-01T09:42:09.001598-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": "MIL",
                "amount": 5512.0
            },
            {
                "team": "TOR",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "16e26bea-1666-451d-ba69-5c8826c12778",
            "gambit_id": "1b1343f5-55b6-4472-9b38-d5cd37bef7af",
            "last_updated": "2023-06-02T13:56:52.664889-04:00",
            "created_at": "2023-06-01T09:42:09.003755-04:00",
            "name": "MIL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7418991e-82ae-4836-a418-6aa0c4e83d99/?format=api"
        },
        {
            "id": "7b127d33-b720-4438-a1b2-9b89be8ef684",
            "gambit_id": "15efcd58-462e-4378-8091-35b731f4967e",
            "last_updated": "2023-06-02T13:56:52.666434-04:00",
            "created_at": "2023-06-01T09:42:09.005745-04:00",
            "name": "TOR",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7418991e-82ae-4836-a418-6aa0c4e83d99/?format=api"
        }
    ]
}