GET /api/bet_types/49846286-f4e6-4d5d-92f9-1022f7bf34b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49846286-f4e6-4d5d-92f9-1022f7bf34b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc6da190-1dda-4171-a9dd-48cd9760f0e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-16T10:23:25.139736-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": "a92908d3-8635-43b3-8ec0-83c5eebf4a59",
            "gambit_id": "01cbed02-c66c-42ed-9412-d35bb43903ba",
            "last_updated": "2023-08-18T10:08:03.455991-04:00",
            "created_at": "2023-08-16T10:23:25.144182-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/49846286-f4e6-4d5d-92f9-1022f7bf34b3/?format=api"
        },
        {
            "id": "59bbeba1-b7a8-4d65-b8df-c84c331fb292",
            "gambit_id": "5e029c75-4bb3-4c41-be47-ca0e567dbec2",
            "last_updated": "2023-08-18T10:08:03.460648-04:00",
            "created_at": "2023-08-16T10:23:25.154010-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/49846286-f4e6-4d5d-92f9-1022f7bf34b3/?format=api"
        }
    ]
}