GET /api/bet_types/e4915983-c5d3-4c7f-9298-fae93401d1ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4915983-c5d3-4c7f-9298-fae93401d1ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/b495b1a4-b724-43a2-8bc3-deed1406cf55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-23T08:33:16.775792-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1df44354-fd49-4b64-86fc-f95e1d8123e9",
            "gambit_id": "67b58cf7-b9fb-4b36-8325-74c32b6a0ee5",
            "last_updated": "2023-08-25T10:23:03.499836-04:00",
            "created_at": "2023-08-23T08:33:16.785522-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4915983-c5d3-4c7f-9298-fae93401d1ed/?format=api"
        },
        {
            "id": "1ecc92a7-baee-4e60-87c9-9bb9d0ddf6ef",
            "gambit_id": "5d172f8f-60e3-4b4b-9913-daa2e610d912",
            "last_updated": "2023-08-25T10:23:03.503296-04:00",
            "created_at": "2023-08-23T08:33:16.780189-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4915983-c5d3-4c7f-9298-fae93401d1ed/?format=api"
        }
    ]
}