GET /api/bet_types/8484b32d-19ce-41a4-ba1f-736c3fba2d18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8484b32d-19ce-41a4-ba1f-736c3fba2d18",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9991851-bc14-4602-850f-94772c4331ef/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:55.261613-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 Over 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "55b12983-f168-4f99-9588-c68a424b1a9b",
            "gambit_id": "fb2279a9-27d6-4d57-b5c8-b40421e990ff",
            "last_updated": "2022-12-24T19:06:51.380209-05:00",
            "created_at": "2022-12-23T09:06:55.264016-05:00",
            "name": "Game Total Over 230",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8484b32d-19ce-41a4-ba1f-736c3fba2d18/?format=api"
        },
        {
            "id": "c08bdfe8-d90b-40f1-90c1-7b7dacd94bbb",
            "gambit_id": "3ff3b176-6353-4135-9bae-10a65ceaad3f",
            "last_updated": "2022-12-24T19:06:51.379044-05:00",
            "created_at": "2022-12-23T09:06:55.262789-05:00",
            "name": "Game Total Under 230",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8484b32d-19ce-41a4-ba1f-736c3fba2d18/?format=api"
        }
    ]
}