GET /api/bet_types/d8d8e982-f062-4506-95c1-aaab9bacca07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8d8e982-f062-4506-95c1-aaab9bacca07",
    "match": "https://api-prod.gambitprofit.com/api/matches/49f4de65-b4e8-403d-b470-366a66937cea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T09:57:11.264866-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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e2e5f74-4566-4fa0-9062-ad6f504c8037",
            "gambit_id": "d483cb1b-9b11-44e8-819d-9825290fa22f",
            "last_updated": "2023-02-26T11:41:55.444953-05:00",
            "created_at": "2023-02-25T09:57:11.266288-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d8e982-f062-4506-95c1-aaab9bacca07/?format=api"
        },
        {
            "id": "4970f802-279c-4cd1-8e54-7b53778c9c40",
            "gambit_id": "13a3b9da-158a-4470-89d9-62c3cec9e512",
            "last_updated": "2023-02-26T11:41:55.446048-05:00",
            "created_at": "2023-02-25T09:57:11.267658-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d8e982-f062-4506-95c1-aaab9bacca07/?format=api"
        }
    ]
}