GET /api/bet_types/f9d13a58-3340-4300-9bc9-f8f0198a65ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9d13a58-3340-4300-9bc9-f8f0198a65ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/5123e40f-83cb-479e-b56a-65d4b4dfaded/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:26.739445-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": "89bc43e0-576c-4b4a-a35d-6a260d8fa4a0",
            "gambit_id": "c8516000-f38f-4f1c-a54d-09f4702eb977",
            "last_updated": "2023-04-18T12:12:05.874283-04:00",
            "created_at": "2023-04-16T12:17:26.744202-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/f9d13a58-3340-4300-9bc9-f8f0198a65ef/?format=api"
        },
        {
            "id": "fc182746-ff5a-4eef-9b0b-62a2557ab4f6",
            "gambit_id": "22b43e0e-b933-4e1d-86bd-50b35ef5f196",
            "last_updated": "2023-04-18T12:12:05.872435-04:00",
            "created_at": "2023-04-16T12:17:26.741757-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/f9d13a58-3340-4300-9bc9-f8f0198a65ef/?format=api"
        }
    ]
}