GET /api/bet_types/34b0f572-2c4f-4825-8087-e8190a708445/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b0f572-2c4f-4825-8087-e8190a708445",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0239bcc-017a-4d7b-b841-ef8be2d33c70/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-25T09:33:16.800719-05: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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "99d0347f-4cd9-47b1-b4e7-8dd383028245",
            "gambit_id": "8f50ad24-6aa3-4e1c-bc35-ef8ceaf9ce9b",
            "last_updated": "2023-12-26T20:23:08.406753-05:00",
            "created_at": "2023-12-25T09:33:16.808177-05:00",
            "name": "Game Total Under 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b0f572-2c4f-4825-8087-e8190a708445/?format=api"
        },
        {
            "id": "d41976b6-475a-40fd-be00-a53ff5cbf8d9",
            "gambit_id": "52957262-cfcb-4e34-ad30-a7eb90eb0c19",
            "last_updated": "2023-12-26T20:23:08.403516-05:00",
            "created_at": "2023-12-25T09:33:16.804356-05:00",
            "name": "Game Total Over 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b0f572-2c4f-4825-8087-e8190a708445/?format=api"
        }
    ]
}