GET /api/bet_types/fe487e9c-63ac-4ffc-a11b-d79569af2bb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe487e9c-63ac-4ffc-a11b-d79569af2bb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c737e4a4-f001-4df8-8afc-822245438eaa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:57.675821-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "557b3dd8-e570-449d-9b04-bbbf75c84f0a",
            "gambit_id": "eb9ef104-d96f-416a-9d2f-5bd3a2119a48",
            "last_updated": "2023-01-15T15:27:10.113890-05:00",
            "created_at": "2023-01-14T08:26:57.678742-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe487e9c-63ac-4ffc-a11b-d79569af2bb4/?format=api"
        },
        {
            "id": "af2c53c9-5497-4247-a1b4-cd7e56c758cf",
            "gambit_id": "a70b35fe-6f59-4bcc-821b-f058854a3d35",
            "last_updated": "2023-01-15T15:27:10.117080-05:00",
            "created_at": "2023-01-14T08:26:57.682115-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe487e9c-63ac-4ffc-a11b-d79569af2bb4/?format=api"
        }
    ]
}