GET /api/bet_types/9343a9bf-7133-4bb3-bd8b-2228b75609a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9343a9bf-7133-4bb3-bd8b-2228b75609a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/69ce1391-d212-46f9-8432-15343501d45e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-13T09:08:00.018254-04: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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5456e22-121a-44a1-81f4-e67a6de31880",
            "gambit_id": "1d928679-1285-4448-81b4-962facf5d1dc",
            "last_updated": "2023-09-20T19:08:20.600062-04:00",
            "created_at": "2023-09-13T09:08:00.030102-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9343a9bf-7133-4bb3-bd8b-2228b75609a2/?format=api"
        },
        {
            "id": "dc1feabc-8209-4406-97ec-dc62d8f89419",
            "gambit_id": "574f540c-5b9f-4ce2-8e91-9030ad0c0bdf",
            "last_updated": "2023-09-20T19:08:20.596899-04:00",
            "created_at": "2023-09-13T09:08:00.022500-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9343a9bf-7133-4bb3-bd8b-2228b75609a2/?format=api"
        }
    ]
}