GET /api/bet_types/8acad6fe-c044-4c01-9dab-42e9c29bcd2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8acad6fe-c044-4c01-9dab-42e9c29bcd2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/70e64f9f-acbb-4419-85f4-76e7bfb4619a/?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 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "07d614c6-bb02-4bf0-910a-a58e4aca9ea6",
            "gambit_id": "1b3b74eb-4d76-45b5-a90e-2420c8f14ca3",
            "last_updated": "2022-08-19T09:46:51.901020-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8acad6fe-c044-4c01-9dab-42e9c29bcd2c/?format=api"
        },
        {
            "id": "ffcf911c-b608-46cf-832e-867c126ad5bc",
            "gambit_id": "1d6029c7-6637-408a-9053-b36c0bb88825",
            "last_updated": "2022-08-19T09:46:51.901512-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8acad6fe-c044-4c01-9dab-42e9c29bcd2c/?format=api"
        }
    ]
}