GET /api/bet_types/6d459965-54b7-4022-be44-772702701480/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d459965-54b7-4022-be44-772702701480",
    "match": "https://api-prod.gambitprofit.com/api/matches/88fc0060-3374-4b0b-9aba-f370299dfa99/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:46.851041-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fada71b2-5efd-4f3a-a7b4-97d1fe02f374",
            "gambit_id": "596d8012-abf3-4e66-b1dc-1ecf93fc2281",
            "last_updated": "2023-04-01T10:32:23.174657-04:00",
            "created_at": "2023-03-31T09:56:46.853856-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d459965-54b7-4022-be44-772702701480/?format=api"
        },
        {
            "id": "612f7d7c-3d66-478d-bbe6-8086946b7f5b",
            "gambit_id": "5000b3db-3185-4b69-93b8-f153d3e0f13f",
            "last_updated": "2023-04-01T10:32:23.176470-04:00",
            "created_at": "2023-03-31T09:56:46.856643-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d459965-54b7-4022-be44-772702701480/?format=api"
        }
    ]
}