GET /api/bet_types/7daf9685-905f-4478-9bad-87dd92d1e59a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7daf9685-905f-4478-9bad-87dd92d1e59a",
    "match": "https://api-prod.gambitprofit.com/api/matches/81c51f96-9813-4cd3-86fc-8caf3578fdce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:56.462549-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": "Toronto Raptors",
                "amount": 5106.0
            },
            {
                "team": "New York Knicks",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "d925358e-df5b-455a-916d-2f0143adf15d",
            "gambit_id": "0175b5ee-cb5f-42b2-90ce-b1c4c1cc5518",
            "last_updated": "2023-01-23T14:06:51.933150-05:00",
            "created_at": "2023-01-22T09:01:56.463931-05:00",
            "name": "Toronto Raptors",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7daf9685-905f-4478-9bad-87dd92d1e59a/?format=api"
        },
        {
            "id": "c1850929-7547-46cd-8e0f-5dee9b7765a5",
            "gambit_id": "bda463ba-a078-48d7-8669-ad757804c534",
            "last_updated": "2023-01-23T14:06:51.934309-05:00",
            "created_at": "2023-01-22T09:01:56.465414-05:00",
            "name": "New York Knicks",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7daf9685-905f-4478-9bad-87dd92d1e59a/?format=api"
        }
    ]
}