GET /api/bet_types/e8eca016-e0b2-4cf5-96b6-09bf07c65412/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8eca016-e0b2-4cf5-96b6-09bf07c65412",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e373e29-2b9e-4696-8c81-a419623c79e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:20.917881-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 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "40b2ad4a-9199-4cd5-868c-dae5952c2824",
            "gambit_id": "aed50a2e-bb1e-45e3-8b3c-db7405aa6fc0",
            "last_updated": "2023-04-30T12:47:15.751070-04:00",
            "created_at": "2023-04-28T11:22:20.920914-04:00",
            "name": "Game Total Over 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8eca016-e0b2-4cf5-96b6-09bf07c65412/?format=api"
        },
        {
            "id": "eeb8ab01-362c-4fcc-8752-a458758becf6",
            "gambit_id": "940dca46-c7ad-4c7c-978b-571bf703e783",
            "last_updated": "2023-04-30T12:47:15.748943-04:00",
            "created_at": "2023-04-28T11:22:20.919378-04:00",
            "name": "Game Total Under 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8eca016-e0b2-4cf5-96b6-09bf07c65412/?format=api"
        }
    ]
}