GET /api/bet_types/499fb393-053c-48a9-8ea9-0c96851f8f4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "499fb393-053c-48a9-8ea9-0c96851f8f4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6443dc70-9685-4f87-8af4-acee9400b1d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T13:41:47.983792-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": 6984.0
            },
            {
                "team": "New York Islanders",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "2cb96f81-6ff7-4b63-9a14-bb5613660416",
            "gambit_id": "23f3d768-5ca5-4242-b167-12d4f5a2572f",
            "last_updated": "2023-02-08T16:31:56.587837-05:00",
            "created_at": "2023-02-07T13:41:47.986506-05:00",
            "name": "Seattle Kraken",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/499fb393-053c-48a9-8ea9-0c96851f8f4e/?format=api"
        },
        {
            "id": "9d21f5ca-ce39-43bd-ad9f-8beca5e74857",
            "gambit_id": "7f3a3a0a-408f-4ed4-8b96-7302d16c6495",
            "last_updated": "2023-02-08T16:31:56.586517-05:00",
            "created_at": "2023-02-07T13:41:47.985145-05:00",
            "name": "New York Islanders",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/499fb393-053c-48a9-8ea9-0c96851f8f4e/?format=api"
        }
    ]
}