GET /api/bet_types/accc6d22-57ca-4375-81af-39cd2d653d68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "accc6d22-57ca-4375-81af-39cd2d653d68",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdeef083-d936-4890-a172-c25de5338b06/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-25T09:28:23.349250-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c03ad22-71f0-4c4c-861b-34e90d10c74d",
            "gambit_id": "dfdae290-7799-49a5-b255-a73df4ff0055",
            "last_updated": "2023-06-26T23:08:01.436660-04:00",
            "created_at": "2023-06-25T09:28:23.351356-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/accc6d22-57ca-4375-81af-39cd2d653d68/?format=api"
        },
        {
            "id": "5855a0c1-88b9-4d85-ace3-8310a2463ed4",
            "gambit_id": "0e16ad55-0c9f-4ca3-ac95-ed18094f419c",
            "last_updated": "2023-06-26T23:08:01.439141-04:00",
            "created_at": "2023-06-25T09:28:23.353478-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/accc6d22-57ca-4375-81af-39cd2d653d68/?format=api"
        }
    ]
}