GET /api/bet_types/ac8db383-27fb-467c-a209-1d1604a96106/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac8db383-27fb-467c-a209-1d1604a96106",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5242bda-5131-45c4-8fde-a63de0b3b02b/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4138e5d-ba8e-4947-93e9-cc0bc82d193d",
            "gambit_id": "2106c24a-b20d-4b51-80f4-e24391982d5e",
            "last_updated": "2022-12-12T18:52:22.500594-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac8db383-27fb-467c-a209-1d1604a96106/?format=api"
        },
        {
            "id": "a3264f69-cd83-4730-b72c-c1c27bc071b5",
            "gambit_id": "99a8f3c3-f154-4640-800a-272f23dc5aba",
            "last_updated": "2022-12-12T18:52:22.501747-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac8db383-27fb-467c-a209-1d1604a96106/?format=api"
        }
    ]
}