GET /api/bet_types/6c349b82-f7a1-47bb-88d6-3127bf4fe70f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c349b82-f7a1-47bb-88d6-3127bf4fe70f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d117010-ed97-460b-a8b8-f09e136b9561/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:02:00.473477-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 Over 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc886609-c83d-4f63-afc6-9aaee87c52c9",
            "gambit_id": "e1efe602-0c65-4913-8942-9fa5bb1c2070",
            "last_updated": "2023-04-09T11:27:04.193189-04:00",
            "created_at": "2023-04-08T09:02:00.476658-04:00",
            "name": "Game Total Over 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c349b82-f7a1-47bb-88d6-3127bf4fe70f/?format=api"
        },
        {
            "id": "8c21b432-c38c-4e72-85e3-22cae8138e83",
            "gambit_id": "8dd6f366-f311-4cc4-8c19-b2fa68964758",
            "last_updated": "2023-04-09T11:27:04.191100-04:00",
            "created_at": "2023-04-08T09:02:00.475017-04:00",
            "name": "Game Total Under 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c349b82-f7a1-47bb-88d6-3127bf4fe70f/?format=api"
        }
    ]
}