GET /api/bet_types/43bb4edc-377c-4b3c-a699-e53d2cb250e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43bb4edc-377c-4b3c-a699-e53d2cb250e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/53e8ae6d-2b0c-428b-bfd0-2b332cb78a8a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-01T09:08:16.821164-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b76abeb-4b43-4cf0-a67c-08a843e70f95",
            "gambit_id": "3ce3c792-1485-494f-9d18-211626c6942d",
            "last_updated": "2023-11-03T10:28:04.390595-04:00",
            "created_at": "2023-11-01T09:08:16.834842-04:00",
            "name": "Game Total Under 240.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43bb4edc-377c-4b3c-a699-e53d2cb250e5/?format=api"
        },
        {
            "id": "bce1e479-6761-4080-a4d1-34c9c0b9d217",
            "gambit_id": "f70cc1c9-52aa-497a-ad0b-bb0e60f6d4dd",
            "last_updated": "2023-11-03T10:28:04.387245-04:00",
            "created_at": "2023-11-01T09:08:16.825353-04:00",
            "name": "Game Total Over 240.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43bb4edc-377c-4b3c-a699-e53d2cb250e5/?format=api"
        }
    ]
}