GET /api/bet_types/b3739f62-9b7c-492c-b33b-db554dabfb9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3739f62-9b7c-492c-b33b-db554dabfb9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/60377dfc-637f-4894-bbf0-f447614ae543/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:42:58.791929-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cf576d7-dfb4-4828-84bb-7f3282736b36",
            "gambit_id": "3f3d15f5-f618-4f8c-9b1e-527883080400",
            "last_updated": "2023-07-06T12:33:26.272750-04:00",
            "created_at": "2023-07-05T08:42:58.797098-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3739f62-9b7c-492c-b33b-db554dabfb9a/?format=api"
        },
        {
            "id": "96fbbc50-3930-43f2-87f3-fedd74e82f5a",
            "gambit_id": "0f61e035-7452-47ab-89a6-a27ce6340be7",
            "last_updated": "2023-07-06T12:33:26.274542-04:00",
            "created_at": "2023-07-05T08:42:58.794049-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3739f62-9b7c-492c-b33b-db554dabfb9a/?format=api"
        }
    ]
}