GET /api/bet_types/fe33b4ef-ca27-4816-a56a-36d33470519c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe33b4ef-ca27-4816-a56a-36d33470519c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ed6fd9-3909-4b7a-b9ba-bb60547199ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:57.983340-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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "374ab2bc-a45d-484f-87e6-6b065449a6ac",
            "gambit_id": "a8de7080-c845-42a8-b0e1-cfc0e27fb95f",
            "last_updated": "2023-03-08T09:26:59.578090-05:00",
            "created_at": "2023-03-07T09:41:57.984578-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe33b4ef-ca27-4816-a56a-36d33470519c/?format=api"
        },
        {
            "id": "dc904479-b008-40e7-a283-a9ddef5d0b1f",
            "gambit_id": "61bac566-a4f6-4068-a0b4-da8fa58149c7",
            "last_updated": "2023-03-08T09:26:59.579255-05:00",
            "created_at": "2023-03-07T09:41:57.985882-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe33b4ef-ca27-4816-a56a-36d33470519c/?format=api"
        }
    ]
}