GET /api/bet_types/6547fcca-42e0-4d61-b4dc-ab99edf6018e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6547fcca-42e0-4d61-b4dc-ab99edf6018e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cae5627e-d2be-4842-8dc0-efc4e7d843da/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:07:00.072249-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f94192d6-38fd-4889-a78c-1e9304a5652d",
            "gambit_id": "144b50f0-3c93-4aaa-8888-4ed258bc5063",
            "last_updated": "2023-04-23T12:41:50.929978-04:00",
            "created_at": "2023-04-22T13:07:00.074252-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6547fcca-42e0-4d61-b4dc-ab99edf6018e/?format=api"
        },
        {
            "id": "e4def194-1e8a-4785-bdd5-57dc96c95281",
            "gambit_id": "c8e587c1-559d-402a-9c14-709ed3a20421",
            "last_updated": "2023-04-23T12:41:50.931468-04:00",
            "created_at": "2023-04-22T13:07:00.075897-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6547fcca-42e0-4d61-b4dc-ab99edf6018e/?format=api"
        }
    ]
}