GET /api/bet_types/1d650e1c-1a63-4994-b74c-89cc701ffb71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d650e1c-1a63-4994-b74c-89cc701ffb71",
    "match": "https://api-prod.gambitprofit.com/api/matches/856550f0-bbbb-491f-a46d-6e7b9a2000d1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-18T11:47:14.232260-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "87fd2e2d-89d7-4054-8a34-739b918985dc",
            "gambit_id": "35e9df59-6504-4b68-9e37-81915fbeefdf",
            "last_updated": "2023-05-19T11:07:16.785836-04:00",
            "created_at": "2023-05-18T11:47:14.233733-04:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d650e1c-1a63-4994-b74c-89cc701ffb71/?format=api"
        },
        {
            "id": "7a71276a-4dae-4167-8e24-8e61e8027bf9",
            "gambit_id": "8d100bb4-8f34-4452-b44f-cfabc85e507f",
            "last_updated": "2023-05-19T11:07:16.787918-04:00",
            "created_at": "2023-05-18T11:47:14.235344-04:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d650e1c-1a63-4994-b74c-89cc701ffb71/?format=api"
        }
    ]
}