GET /api/bet_types/66d3ee1a-3a5d-453a-8d3a-53dbda268338/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66d3ee1a-3a5d-453a-8d3a-53dbda268338",
    "match": "https://api-prod.gambitprofit.com/api/matches/0aab23c0-ef5a-4ec5-8fce-43d127ebcc49/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:24.663940-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": "16533c7e-1fd0-4fa1-aa58-c37d321276c6",
            "gambit_id": "057fb029-253e-4ff6-86a5-c705b00fe0db",
            "last_updated": "2023-11-20T14:48:21.223853-05:00",
            "created_at": "2023-11-18T09:38:24.668347-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/66d3ee1a-3a5d-453a-8d3a-53dbda268338/?format=api"
        },
        {
            "id": "795c4bc0-e751-48dc-84ec-d43f37acd9fd",
            "gambit_id": "52ea4956-85e1-492f-9832-927784acf8fb",
            "last_updated": "2023-11-20T14:48:21.227229-05:00",
            "created_at": "2023-11-18T09:38:24.674101-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/66d3ee1a-3a5d-453a-8d3a-53dbda268338/?format=api"
        }
    ]
}