GET /api/bet_types/5e1c0165-a934-470b-84c8-fb431248dec0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e1c0165-a934-470b-84c8-fb431248dec0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d26557c9-3b6c-411b-8aed-2e5b1b36c419/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-16T09:03:06.368789-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": "Game Total Over 244.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 244.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa0f843e-bd86-42d6-92cc-22ea24444b45",
            "gambit_id": "b1d2afe7-2c50-4f04-9eb5-5395edd6df5c",
            "last_updated": "2024-01-19T11:58:31.456046-05:00",
            "created_at": "2024-01-16T09:03:06.373209-05:00",
            "name": "Game Total Over 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e1c0165-a934-470b-84c8-fb431248dec0/?format=api"
        },
        {
            "id": "dfcaca08-a23a-424d-a156-bbbd982fb0b2",
            "gambit_id": "6ba52c85-6cc5-44ce-b20a-81b63d247205",
            "last_updated": "2024-01-19T11:58:31.461970-05:00",
            "created_at": "2024-01-16T09:03:06.377647-05:00",
            "name": "Game Total Under 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e1c0165-a934-470b-84c8-fb431248dec0/?format=api"
        }
    ]
}