GET /api/bet_types/20d4745e-fa75-49d8-94fc-a6b330cd6fd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20d4745e-fa75-49d8-94fc-a6b330cd6fd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/94f49d02-25c4-4634-95bb-37053e000d3f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-01T09:26:47.158818-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 Over 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3fd31e24-0d07-4b71-bf2c-25450c60dfd2",
            "gambit_id": "b24d6e57-a7d8-46c1-bfad-c50f79547d85",
            "last_updated": "2023-02-02T10:11:59.969955-05:00",
            "created_at": "2023-02-01T09:26:47.161590-05:00",
            "name": "Game Total Over 238",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d4745e-fa75-49d8-94fc-a6b330cd6fd7/?format=api"
        },
        {
            "id": "09e2854f-8816-4529-805e-52cfa6ca75f7",
            "gambit_id": "0355c49d-2736-4bd4-aa95-7364532ab079",
            "last_updated": "2023-02-02T10:11:59.968760-05:00",
            "created_at": "2023-02-01T09:26:47.160101-05:00",
            "name": "Game Total Under 238",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d4745e-fa75-49d8-94fc-a6b330cd6fd7/?format=api"
        }
    ]
}