GET /api/bet_types/1933e490-22d9-4c67-a8d4-0cffd160caef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1933e490-22d9-4c67-a8d4-0cffd160caef",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac220888-fec7-4e16-9f89-f0f7e380bc91/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:15.772022-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 46",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 46",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ac982cb-e06e-41bb-b451-9fb3dd8c8016",
            "gambit_id": "0f5a1fd7-073a-4919-8f34-1cbd65171e72",
            "last_updated": "2023-10-02T20:58:09.698211-04:00",
            "created_at": "2023-09-28T10:08:15.775868-04:00",
            "name": "Game Total Over 46",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1933e490-22d9-4c67-a8d4-0cffd160caef/?format=api"
        },
        {
            "id": "2aa415ef-0a93-46e1-80eb-647fbca14ee3",
            "gambit_id": "936ad3f2-bcc8-4e67-ba7f-f019058d2829",
            "last_updated": "2023-10-02T20:58:09.701631-04:00",
            "created_at": "2023-09-28T10:08:15.780166-04:00",
            "name": "Game Total Under 46",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1933e490-22d9-4c67-a8d4-0cffd160caef/?format=api"
        }
    ]
}