GET /api/bet_types/d8e4c624-b865-4773-a086-221275f712b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8e4c624-b865-4773-a086-221275f712b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e48d0206-612a-437a-9165-72d86a2a1ed3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:13.988503-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": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5019283-3b3c-44f0-aeb4-733f4cb9bdaa",
            "gambit_id": "21ec6396-563a-4bc4-b5b7-10bc9c5d6676",
            "last_updated": "2023-06-07T10:13:02.276301-04:00",
            "created_at": "2023-06-06T10:57:13.990860-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e4c624-b865-4773-a086-221275f712b5/?format=api"
        },
        {
            "id": "08a31981-d08a-477a-a7ab-96b748d3ee95",
            "gambit_id": "ad8c9342-b910-41be-afcc-7276560997cf",
            "last_updated": "2023-06-07T10:13:02.278352-04:00",
            "created_at": "2023-06-06T10:57:13.993055-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e4c624-b865-4773-a086-221275f712b5/?format=api"
        }
    ]
}