GET /api/bet_types/22965f67-b4b8-4e5c-9de7-e72451f76bdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22965f67-b4b8-4e5c-9de7-e72451f76bdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/d821fa8a-4f0a-42fc-b890-058108872fdc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:15.028869-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 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "987ce24e-8409-45e7-9794-7e053e266df3",
            "gambit_id": "60268412-ffc2-4418-b6b5-27b3dfe7782f",
            "last_updated": "2023-10-02T21:08:12.797410-04:00",
            "created_at": "2023-09-28T10:08:15.037451-04:00",
            "name": "Game Total Under 41.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22965f67-b4b8-4e5c-9de7-e72451f76bdc/?format=api"
        },
        {
            "id": "c267fab7-fc1d-47b6-b9b5-4137fb86724c",
            "gambit_id": "e79d273d-2c3f-415f-9ca5-4a844bc2bb16",
            "last_updated": "2023-10-02T21:08:12.793893-04:00",
            "created_at": "2023-09-28T10:08:15.032842-04:00",
            "name": "Game Total Over 41.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22965f67-b4b8-4e5c-9de7-e72451f76bdc/?format=api"
        }
    ]
}