GET /api/bet_types/bcdae075-5169-492b-b0ee-a7ce2299adfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcdae075-5169-492b-b0ee-a7ce2299adfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a2127bd-6a36-402a-9765-276387270ffb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:11.223822-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": 6524.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3476.0
            }
        ],
        "expected_reward_tokens": 9002.84,
        "profit_sb": 2.84,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b071630-9f9b-4b10-9d45-d3c9143a53f1",
            "gambit_id": "623e6276-d38d-48ef-8558-d296b466083e",
            "last_updated": "2023-01-17T11:22:13.374697-05:00",
            "created_at": "2023-01-16T09:52:11.225991-05:00",
            "name": "Seattle Kraken",
            "reward": "1.38000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdae075-5169-492b-b0ee-a7ce2299adfb/?format=api"
        },
        {
            "id": "06f07a1a-92a1-4171-b871-3bf1cc76d536",
            "gambit_id": "017b8fee-b643-4c01-9c0f-2b18865387a5",
            "last_updated": "2023-01-17T11:22:13.375904-05:00",
            "created_at": "2023-01-16T09:52:11.228197-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.59000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcdae075-5169-492b-b0ee-a7ce2299adfb/?format=api"
        }
    ]
}