GET /api/bet_types/70afaf70-47b6-4e29-aed0-299e3cfcfeb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70afaf70-47b6-4e29-aed0-299e3cfcfeb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/80c4d8af-bc98-4a36-ba2e-a9e4d792d168/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T10:22:15.442919-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "17d52b1a-74dc-403b-a891-0ed68dfdcdd7",
            "gambit_id": "a9c6e6a0-62f7-4686-9c25-4df4bf699ea1",
            "last_updated": "2023-01-23T10:17:14.008107-05:00",
            "created_at": "2023-01-21T10:22:15.444204-05:00",
            "name": "Game Total Under 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70afaf70-47b6-4e29-aed0-299e3cfcfeb7/?format=api"
        },
        {
            "id": "59416cf3-d207-4aa6-b15c-a26d1bfa5334",
            "gambit_id": "e09f5eda-f344-4634-ab58-49fcfc0248b5",
            "last_updated": "2023-01-23T10:17:14.009265-05:00",
            "created_at": "2023-01-21T10:22:15.445420-05:00",
            "name": "Game Total Over 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70afaf70-47b6-4e29-aed0-299e3cfcfeb7/?format=api"
        }
    ]
}