GET /api/bet_types/b33b7ce4-fa5c-47bb-940a-4105f59ed09d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b33b7ce4-fa5c-47bb-940a-4105f59ed09d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c7e9af7-3404-45f5-bd6a-ac02805c5aa3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:11.022077-05: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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec768e6f-0294-487e-a1b0-28566b56f17e",
            "gambit_id": "e116f7d5-e1bf-44ff-939d-9f2feb4fa98c",
            "last_updated": "2023-12-04T15:33:00.263631-05:00",
            "created_at": "2023-12-02T08:28:11.035059-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33b7ce4-fa5c-47bb-940a-4105f59ed09d/?format=api"
        },
        {
            "id": "cada069a-4c74-46c0-b565-51023bccaa86",
            "gambit_id": "ddac76f6-d7a3-4b2f-a168-f330aab80820",
            "last_updated": "2023-12-04T15:33:00.260272-05:00",
            "created_at": "2023-12-02T08:28:11.026430-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33b7ce4-fa5c-47bb-940a-4105f59ed09d/?format=api"
        }
    ]
}