GET /api/bet_types/fc79efb6-9723-4755-b4db-bcd0a04d5c4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc79efb6-9723-4755-b4db-bcd0a04d5c4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5e19bec-cd9f-4313-8bfb-b92dadc4b446/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:21.717105-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 209",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 209",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb996f32-4501-432c-9a47-c9e3de6079af",
            "gambit_id": "4e1dd964-8d35-4215-9711-931245876d86",
            "last_updated": "2023-04-15T15:47:02.000564-04:00",
            "created_at": "2023-04-13T09:32:21.718404-04:00",
            "name": "Game Total Under 209",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc79efb6-9723-4755-b4db-bcd0a04d5c4f/?format=api"
        },
        {
            "id": "1fc9691e-2189-4b98-ac62-ae1a79301f87",
            "gambit_id": "ac717bbe-cdeb-4542-a2d0-ef358cabd4be",
            "last_updated": "2023-04-15T15:47:02.001973-04:00",
            "created_at": "2023-04-13T09:32:21.719717-04:00",
            "name": "Game Total Over 209",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc79efb6-9723-4755-b4db-bcd0a04d5c4f/?format=api"
        }
    ]
}