GET /api/bet_types/0239d5ad-6254-47de-a60d-ed04e3b813eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0239d5ad-6254-47de-a60d-ed04e3b813eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/69a50152-7829-44e2-8d71-bb4cb9f460ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:08.503386-05: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": "Seattle Kraken",
                "amount": 6456.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "d47d8554-f1d7-4f3b-a639-47994cf9b049",
            "gambit_id": "668693e7-c4cf-4ff2-b280-ecb2fdaac118",
            "last_updated": "2023-11-13T13:53:04.850089-05:00",
            "created_at": "2023-11-11T08:53:08.514633-05:00",
            "name": "Seattle Kraken",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0239d5ad-6254-47de-a60d-ed04e3b813eb/?format=api"
        },
        {
            "id": "73b09199-acad-4cb0-9f13-bab685f077e2",
            "gambit_id": "66ce80cb-cf4b-4b72-b024-91f08f0a7d5f",
            "last_updated": "2023-11-13T13:53:04.846690-05:00",
            "created_at": "2023-11-11T08:53:08.508828-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0239d5ad-6254-47de-a60d-ed04e3b813eb/?format=api"
        }
    ]
}