GET /api/bet_types/37299f86-53c5-4d6d-baaf-c80674c7798b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37299f86-53c5-4d6d-baaf-c80674c7798b",
    "match": "https://api-prod.gambitprofit.com/api/matches/776c92eb-c100-4837-8236-018fef2a252d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:11.926519-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": 5107.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7eaa7f1e-1c98-479c-8212-e81b87325756",
            "gambit_id": "2bbc2dfb-d32e-4806-9bce-d64417c0a869",
            "last_updated": "2023-11-21T14:38:24.324126-05:00",
            "created_at": "2023-11-20T09:48:11.934925-05:00",
            "name": "Seattle Kraken",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37299f86-53c5-4d6d-baaf-c80674c7798b/?format=api"
        },
        {
            "id": "cf255f77-9411-4b9f-a11a-aa8e1486147e",
            "gambit_id": "bd6e4209-d926-417c-859b-f5bb2bfdc8d9",
            "last_updated": "2023-11-21T14:38:24.320368-05:00",
            "created_at": "2023-11-20T09:48:11.930419-05:00",
            "name": "Calgary Flames",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37299f86-53c5-4d6d-baaf-c80674c7798b/?format=api"
        }
    ]
}