GET /api/bet_types/d638992c-3346-4e19-8308-516732f5f851/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d638992c-3346-4e19-8308-516732f5f851",
    "match": "https://api-prod.gambitprofit.com/api/matches/adffd412-3f6a-4362-a5d9-23a70713f60b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T12:32:18.103616-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": "Total Rounds Under 2.5",
                "amount": 5789.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbfc8a81-c923-40e7-8ab9-78f344c8e4af",
            "gambit_id": "bd62c769-1f34-4611-9919-42ef212f8364",
            "last_updated": "2023-05-25T13:47:06.058238-04:00",
            "created_at": "2023-05-20T12:32:18.105621-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d638992c-3346-4e19-8308-516732f5f851/?format=api"
        },
        {
            "id": "6576a994-f406-43d1-962e-cdd751d52f29",
            "gambit_id": "0e0a6a52-e8eb-44ce-9908-b06a448f89f8",
            "last_updated": "2023-05-25T13:47:06.054803-04:00",
            "created_at": "2023-05-20T12:32:18.107702-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d638992c-3346-4e19-8308-516732f5f851/?format=api"
        }
    ]
}