GET /api/bet_types/3d2d905b-488a-4ef8-837f-232b48acc501/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d2d905b-488a-4ef8-837f-232b48acc501",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea19d40-48b6-4fc5-9939-8846d0309031/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-12T10:02:04.585273-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e855597-0d7c-4ce7-9b8e-d321822fce3a",
            "gambit_id": "54328357-93ff-4d49-9903-e7d8865eb2df",
            "last_updated": "2023-02-13T09:47:08.275673-05:00",
            "created_at": "2023-02-12T10:02:04.586627-05:00",
            "name": "Game Total Under 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d2d905b-488a-4ef8-837f-232b48acc501/?format=api"
        },
        {
            "id": "7beab5ba-9cd7-4c8d-8a92-a10a11178e0d",
            "gambit_id": "0c6d1b39-2f96-41c5-8e9c-8039e325a369",
            "last_updated": "2023-02-13T09:47:08.277513-05:00",
            "created_at": "2023-02-12T10:02:04.587974-05:00",
            "name": "Game Total Over 225.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d2d905b-488a-4ef8-837f-232b48acc501/?format=api"
        }
    ]
}