GET /api/bet_types/0d1f018f-126e-4546-b196-e123b3affb41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d1f018f-126e-4546-b196-e123b3affb41",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d1e48c-6bee-40ee-9958-236ad0c582fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T10:06:59.456251-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 Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c930ed49-ccec-4cd3-9946-d5681510b250",
            "gambit_id": "eacdcb96-43d9-418f-9ad2-277d0a8af69a",
            "last_updated": "2023-04-11T13:32:06.518910-04:00",
            "created_at": "2023-04-10T10:06:59.457905-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d1f018f-126e-4546-b196-e123b3affb41/?format=api"
        },
        {
            "id": "2fd0c2d5-d967-4bd0-8059-405322a1014b",
            "gambit_id": "ab7e0cf5-c3f4-423c-a8ea-41148ee62456",
            "last_updated": "2023-04-11T13:32:06.520970-04:00",
            "created_at": "2023-04-10T10:06:59.459653-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d1f018f-126e-4546-b196-e123b3affb41/?format=api"
        }
    ]
}