GET /api/bet_types/4a3b2651-bbf4-429d-b08c-0e2ca26d8e17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a3b2651-bbf4-429d-b08c-0e2ca26d8e17",
    "match": "https://api-prod.gambitprofit.com/api/matches/210b3616-74ec-4800-bd5c-02203b4e170d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:32:58.766402-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": "Philadelphia Flyers",
                "amount": 5602.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d661d96-71be-43a0-b1b0-9abbd420a19d",
            "gambit_id": "ef63eb91-8b43-4fa5-b36a-a352afb22705",
            "last_updated": "2023-10-20T11:28:24.793193-04:00",
            "created_at": "2023-10-19T08:32:58.776430-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3b2651-bbf4-429d-b08c-0e2ca26d8e17/?format=api"
        },
        {
            "id": "265b8462-bd8a-4f06-a523-67aa29a8e8dc",
            "gambit_id": "eb5bdfb8-8507-48d8-bdfc-6f8b9db96f80",
            "last_updated": "2023-10-20T11:28:24.789402-04:00",
            "created_at": "2023-10-19T08:32:58.770321-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a3b2651-bbf4-429d-b08c-0e2ca26d8e17/?format=api"
        }
    ]
}