GET /api/bet_types/3af80ac4-f8f0-4b9f-ad07-80c0d5fe55b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3af80ac4-f8f0-4b9f-ad07-80c0d5fe55b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/af759274-134b-4465-b8d9-fc15fba91a6e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:07.108791-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 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d0e626f-c257-47ea-87a9-f439f7fdcae7",
            "gambit_id": "d747eb8b-f77a-418d-9033-cef3df1abdfb",
            "last_updated": "2023-11-06T21:18:20.910258-05:00",
            "created_at": "2023-11-02T09:03:07.119731-04:00",
            "name": "Game Total Over 38",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3af80ac4-f8f0-4b9f-ad07-80c0d5fe55b6/?format=api"
        },
        {
            "id": "39ade981-4d4f-4735-b9d0-3d81fe6ac35e",
            "gambit_id": "9f3200d5-7de2-4bd1-a490-97b43ec74698",
            "last_updated": "2023-11-06T21:18:20.913585-05:00",
            "created_at": "2023-11-02T09:03:07.113951-04:00",
            "name": "Game Total Under 38",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3af80ac4-f8f0-4b9f-ad07-80c0d5fe55b6/?format=api"
        }
    ]
}