GET /api/bet_types/1291e5d5-64e3-438e-8def-ae84a4bb3dc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1291e5d5-64e3-438e-8def-ae84a4bb3dc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/48145e98-2136-4d68-b1c5-f44cb9b9c1b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:05.063986-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": 6390.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f534b2b-b1ec-4b4b-bac3-0c5ead3e717b",
            "gambit_id": "fc7b3f3f-4fc5-468c-b54c-d72ca5ed771d",
            "last_updated": "2023-12-29T11:08:24.423334-05:00",
            "created_at": "2023-12-27T09:03:05.069057-05:00",
            "name": "Seattle Kraken",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1291e5d5-64e3-438e-8def-ae84a4bb3dc7/?format=api"
        },
        {
            "id": "6451db24-7d07-4ede-88b6-5bfd71fc692b",
            "gambit_id": "98415e21-77de-4d05-bd86-f7d1af9b05d7",
            "last_updated": "2023-12-29T11:08:24.426843-05:00",
            "created_at": "2023-12-27T09:03:05.073891-05:00",
            "name": "Calgary Flames",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1291e5d5-64e3-438e-8def-ae84a4bb3dc7/?format=api"
        }
    ]
}