GET /api/bet_types/aa4cbd9f-1e89-4c57-a82a-ef69e467faf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa4cbd9f-1e89-4c57-a82a-ef69e467faf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ef435ac-31a8-416c-a0e9-85e9a0a4b03c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-05T14:19:54.478200-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 Under 36",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 36",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1459ec39-6986-4643-b79c-c35e69d5a450",
            "gambit_id": "2cf57e71-6192-4057-8cd2-eeb75e43e0d2",
            "last_updated": "2023-03-06T19:21:47.074644-05:00",
            "created_at": "2023-03-05T14:19:54.479506-05:00",
            "name": "Game Total Under 36",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa4cbd9f-1e89-4c57-a82a-ef69e467faf4/?format=api"
        },
        {
            "id": "65421485-5054-4871-83f4-38f0910a1ca1",
            "gambit_id": "70d2ea34-9c76-4840-a1eb-035ae2e19434",
            "last_updated": "2023-03-06T19:21:47.076017-05:00",
            "created_at": "2023-03-05T14:19:54.481024-05:00",
            "name": "Game Total Over 36",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa4cbd9f-1e89-4c57-a82a-ef69e467faf4/?format=api"
        }
    ]
}