GET /api/bet_types/cbd73c5d-db0c-4b2e-a895-16f417a6dbbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbd73c5d-db0c-4b2e-a895-16f417a6dbbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddce5dc8-5fd4-4935-a07e-ada5a29f8478/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T11:17:02.119289-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "486e7c15-28ce-451c-b344-10ff54fdc454",
            "gambit_id": "b308eaa2-df14-4bff-ba05-8128370cbe21",
            "last_updated": "2023-03-15T13:57:05.345834-04:00",
            "created_at": "2023-03-14T11:17:02.122678-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbd73c5d-db0c-4b2e-a895-16f417a6dbbb/?format=api"
        },
        {
            "id": "5838d459-ca73-46a1-b095-c06db1b0c2a3",
            "gambit_id": "7fba47d7-5c5d-4179-802f-4b0b972c53d7",
            "last_updated": "2023-03-15T13:57:05.344686-04:00",
            "created_at": "2023-03-14T11:17:02.120960-04:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbd73c5d-db0c-4b2e-a895-16f417a6dbbb/?format=api"
        }
    ]
}