GET /api/bet_types/c8973bde-0efa-4955-a358-82ec2179dfc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8973bde-0efa-4955-a358-82ec2179dfc4",
    "match": "https://api-prod.gambitprofit.com/api/matches/83b0ee9d-12d2-4312-bb78-2bb661755239/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T11:17:03.985633-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "73a04fb5-dd6a-4535-b212-c96f5c290daf",
            "gambit_id": "362dcf35-bf71-4c3d-ad08-2a316ef908db",
            "last_updated": "2023-04-03T20:12:06.746476-04:00",
            "created_at": "2023-04-02T11:17:03.988498-04:00",
            "name": "Game Total Under 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8973bde-0efa-4955-a358-82ec2179dfc4/?format=api"
        },
        {
            "id": "804a8f91-b0bd-4d8f-a539-bc9de1a35fd3",
            "gambit_id": "e69fa547-1a3c-4360-8d9d-4ef7d740508e",
            "last_updated": "2023-04-03T20:12:06.748711-04:00",
            "created_at": "2023-04-02T11:17:03.991325-04:00",
            "name": "Game Total Over 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8973bde-0efa-4955-a358-82ec2179dfc4/?format=api"
        }
    ]
}