GET /api/bet_types/6fe86243-5ada-4dd6-bdc1-dd9a84a55b6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fe86243-5ada-4dd6-bdc1-dd9a84a55b6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/207d7e77-540b-4597-8d50-4208adeeb9c0/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 6.5",
                "amount": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c48929d0-aba3-4028-9851-c72dc12bc4dd",
            "gambit_id": "aff1aed8-73d1-402e-9443-9e3bc1529b6a",
            "last_updated": "2022-10-24T11:56:47.111715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe86243-5ada-4dd6-bdc1-dd9a84a55b6a/?format=api"
        },
        {
            "id": "5f64f991-019f-467a-95f5-a604062268ef",
            "gambit_id": "c19490c2-d147-49fb-bd5a-7a98e15190fc",
            "last_updated": "2022-10-24T11:56:47.110626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe86243-5ada-4dd6-bdc1-dd9a84a55b6a/?format=api"
        }
    ]
}