GET /api/bet_types/9d264333-b977-4cef-98d2-4c4672f5f62e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d264333-b977-4cef-98d2-4c4672f5f62e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad89c4f1-78e2-4068-ae10-c2e177af87d0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:00.838054-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": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "488f054e-e893-4d11-8b78-9742098a7395",
            "gambit_id": "f1a70b76-e98e-466d-95cf-a77f7a07966e",
            "last_updated": "2023-04-11T13:52:11.938735-04:00",
            "created_at": "2023-04-10T11:22:00.840489-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d264333-b977-4cef-98d2-4c4672f5f62e/?format=api"
        },
        {
            "id": "f363792f-1ae6-43a1-93dc-4629e0569aad",
            "gambit_id": "f2bb46d6-7143-4ae4-a235-d2c04de68f2e",
            "last_updated": "2023-04-11T13:52:11.940492-04:00",
            "created_at": "2023-04-10T11:22:00.843048-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d264333-b977-4cef-98d2-4c4672f5f62e/?format=api"
        }
    ]
}