GET /api/bet_types/68b2509e-626f-4bab-8153-61eb1b531dce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68b2509e-626f-4bab-8153-61eb1b531dce",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5092045-b640-4e29-8ffb-f2bbdc009515/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-07T08:28:00.817073-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "19e180e7-3137-4964-8824-75de59d68fb8",
            "gambit_id": "0927aa36-7a67-4daa-abb8-0342ab2ce2a1",
            "last_updated": "2023-08-14T18:38:01.040568-04:00",
            "created_at": "2023-08-07T08:28:00.820846-04:00",
            "name": "Game Total Over 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b2509e-626f-4bab-8153-61eb1b531dce/?format=api"
        },
        {
            "id": "7cb031b7-5406-4e32-8fb6-430f8170917d",
            "gambit_id": "ce48ed6e-7221-4789-ac1c-2dac24357ef2",
            "last_updated": "2023-08-14T18:38:01.045920-04:00",
            "created_at": "2023-08-07T08:28:00.824862-04:00",
            "name": "Game Total Under 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b2509e-626f-4bab-8153-61eb1b531dce/?format=api"
        }
    ]
}