GET /api/bet_types/33669101-6f98-4d28-9f56-0d83c515cd96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33669101-6f98-4d28-9f56-0d83c515cd96",
    "match": "https://api-prod.gambitprofit.com/api/matches/c000eda0-7818-4edc-8500-43f2ae9020b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:16.308097-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": "Winnipeg Jets",
                "amount": 6935.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d2abd04a-bb77-4f72-8681-7fa15ef23de9",
            "gambit_id": "a1b1fda1-8ef2-437e-936f-c82f2493cf1f",
            "last_updated": "2023-11-24T10:28:19.324948-05:00",
            "created_at": "2023-11-22T09:08:16.312816-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33669101-6f98-4d28-9f56-0d83c515cd96/?format=api"
        },
        {
            "id": "c407b7ff-9493-4748-8379-cb0bc995d4eb",
            "gambit_id": "a5a4cf47-4799-4179-a885-cb915cd3895c",
            "last_updated": "2023-11-24T10:28:19.328011-05:00",
            "created_at": "2023-11-22T09:08:16.317485-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33669101-6f98-4d28-9f56-0d83c515cd96/?format=api"
        }
    ]
}