GET /api/bet_types/9a097cda-510a-4625-ba77-f6a80dc81d29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a097cda-510a-4625-ba77-f6a80dc81d29",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d8d9c53-6f90-43bc-9bc5-bc61f58c20e2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T17:37:09.395319-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": "Ottawa Senators",
                "amount": 5696.0
            },
            {
                "team": "New York Islanders",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8f85861-7b16-4aa6-92c3-ec4253acd1a9",
            "gambit_id": "bf28bdfe-9d76-49a9-9e05-ff0cf32e7e3a",
            "last_updated": "2023-02-16T17:01:55.010758-05:00",
            "created_at": "2023-02-14T17:37:09.397842-05:00",
            "name": "Ottawa Senators",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a097cda-510a-4625-ba77-f6a80dc81d29/?format=api"
        },
        {
            "id": "70f95d8c-d4ec-4bda-8e12-8d9883ca9eb5",
            "gambit_id": "80e6a0c0-ca10-4140-900a-23461f8b6ef1",
            "last_updated": "2023-02-16T17:01:55.009587-05:00",
            "created_at": "2023-02-14T17:37:09.396576-05:00",
            "name": "New York Islanders",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a097cda-510a-4625-ba77-f6a80dc81d29/?format=api"
        }
    ]
}