GET /api/bet_types/e6da7f86-e9a1-45f3-988a-4ec60a95cdae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6da7f86-e9a1-45f3-988a-4ec60a95cdae",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac63856e-eaa8-4a1d-8f63-c422a1ee9376/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:13.620571-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": "LOS",
                "amount": 6458.0
            },
            {
                "team": "PHI",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "42142dac-c79f-409c-bf58-ebccf155e944",
            "gambit_id": "7a71a6e0-daa9-496c-af68-bb8b34821b8a",
            "last_updated": "2023-06-16T19:03:26.047899-04:00",
            "created_at": "2023-06-09T09:48:13.622155-04:00",
            "name": "LOS",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da7f86-e9a1-45f3-988a-4ec60a95cdae/?format=api"
        },
        {
            "id": "46622cf6-db52-4af1-ba78-31e05bb1c957",
            "gambit_id": "9860f467-3af2-4ea4-b6de-24783bf9b347",
            "last_updated": "2023-06-16T19:03:26.050265-04:00",
            "created_at": "2023-06-09T09:48:13.624088-04:00",
            "name": "PHI",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da7f86-e9a1-45f3-988a-4ec60a95cdae/?format=api"
        }
    ]
}