GET /api/bet_types/750c3e0f-6625-4fed-8ce3-365310e6eb92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "750c3e0f-6625-4fed-8ce3-365310e6eb92",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3537a1a-6b71-4962-83fc-5521e142be71/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:16.760403-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": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bae18632-aefd-43ca-bd6f-d371a3bf4e60",
            "gambit_id": "a8ffc045-f6ec-4490-98ea-102e9d8d0bab",
            "last_updated": "2024-01-23T18:28:35.357176-05:00",
            "created_at": "2024-01-20T05:38:16.764277-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/750c3e0f-6625-4fed-8ce3-365310e6eb92/?format=api"
        },
        {
            "id": "7f55714f-8fff-4b82-9feb-92cf4c2ab9fd",
            "gambit_id": "7242953e-18f4-40d7-a153-4a8ec3762993",
            "last_updated": "2024-01-23T18:28:35.360451-05:00",
            "created_at": "2024-01-20T05:38:16.779273-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/750c3e0f-6625-4fed-8ce3-365310e6eb92/?format=api"
        }
    ]
}