GET /api/bet_types/3347e548-62ff-4183-a133-b593014fbeb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3347e548-62ff-4183-a133-b593014fbeb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/39947add-aebc-43a1-a189-88ad426e50a2/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 215.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 215.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "64c7749c-908a-44ad-8eb5-ab6e96fed269",
            "gambit_id": "01b0405a-2466-42d4-8173-a32217ee4d8d",
            "last_updated": "2022-11-28T11:16:54.254582-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 215.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3347e548-62ff-4183-a133-b593014fbeb2/?format=api"
        },
        {
            "id": "60da9648-e06a-44d9-8170-5379b0e7eb6f",
            "gambit_id": "26a3fb50-cb37-4ae5-9dc3-7c795e20ab8e",
            "last_updated": "2022-11-28T11:16:54.255708-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 215.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3347e548-62ff-4183-a133-b593014fbeb2/?format=api"
        }
    ]
}