GET /api/bet_types/d0b98809-b2fb-407d-831e-aee81feb1d30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0b98809-b2fb-407d-831e-aee81feb1d30",
    "match": "https://api-prod.gambitprofit.com/api/matches/9588be25-8185-42b7-9c8b-9dbb3f707509/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:23:14.580673-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 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "527bc1e6-62ba-4bbb-a694-65822ea1e41d",
            "gambit_id": "4d1592a8-d06c-482f-af02-c64851fc82a5",
            "last_updated": "2023-11-03T10:43:13.833139-04:00",
            "created_at": "2023-11-02T09:23:14.589754-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0b98809-b2fb-407d-831e-aee81feb1d30/?format=api"
        },
        {
            "id": "5c4b477b-40a8-4823-a618-873c2d461dd7",
            "gambit_id": "961aa536-f186-4fa5-90b7-fdcec46b2423",
            "last_updated": "2023-11-03T10:43:13.829837-04:00",
            "created_at": "2023-11-02T09:23:14.585175-04:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0b98809-b2fb-407d-831e-aee81feb1d30/?format=api"
        }
    ]
}