GET /api/bet_types/553c077a-b115-412b-9bb7-04128e6fc509/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "553c077a-b115-412b-9bb7-04128e6fc509",
    "match": "https://api-prod.gambitprofit.com/api/matches/24add0cd-71cb-43fa-9209-7198b9774581/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-11T09:38:12.779643-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 Over 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "45ecf7a4-be07-40cb-932a-708b99c94897",
            "gambit_id": "94267df0-ce86-499c-9b97-0806a2433ef7",
            "last_updated": "2024-01-15T09:58:16.565536-05:00",
            "created_at": "2024-01-11T09:38:12.784095-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553c077a-b115-412b-9bb7-04128e6fc509/?format=api"
        },
        {
            "id": "2f8350f7-32ec-4496-a428-c2422ab0c956",
            "gambit_id": "faaec284-cf17-43f3-bde0-c5cb22860f8d",
            "last_updated": "2024-01-15T09:58:16.576796-05:00",
            "created_at": "2024-01-11T09:38:12.789468-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553c077a-b115-412b-9bb7-04128e6fc509/?format=api"
        }
    ]
}