GET /api/bet_types/030f961d-0077-4b01-b186-2b18fcc66f53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "030f961d-0077-4b01-b186-2b18fcc66f53",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b1dc9c3-a8be-47bd-97e2-04a17d94842e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:23:07.354747-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 Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bfb288a-ef12-4b12-a4a8-37c133bf1f48",
            "gambit_id": "abd4b35a-5db1-46d8-810c-eac311a34f80",
            "last_updated": "2023-09-30T10:53:15.963915-04:00",
            "created_at": "2023-09-29T09:23:07.358361-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/030f961d-0077-4b01-b186-2b18fcc66f53/?format=api"
        },
        {
            "id": "6948bdd9-955d-4804-abfc-14ed0f1f9079",
            "gambit_id": "66a821ad-d684-4a92-8d8c-6ce52de19b95",
            "last_updated": "2023-09-30T10:53:15.967334-04:00",
            "created_at": "2023-09-29T09:23:07.364387-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/030f961d-0077-4b01-b186-2b18fcc66f53/?format=api"
        }
    ]
}