GET /api/bet_types/0c0d9dcd-5f43-4a67-a66b-90f85d3b314b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c0d9dcd-5f43-4a67-a66b-90f85d3b314b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1dcb03a-18ea-4a4c-8b91-4dfe5f420d50/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ccbaa50-ce17-4fa6-a8c0-78abf4942284",
            "gambit_id": "c32b9591-073d-4bb6-9323-cdc4f45ce24e",
            "last_updated": "2022-12-14T10:22:17.155930-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c0d9dcd-5f43-4a67-a66b-90f85d3b314b/?format=api"
        },
        {
            "id": "e78c0e02-4d3c-4f0f-a64b-d904a6e46b1a",
            "gambit_id": "2b462935-9460-4707-b46e-46b6bb06a690",
            "last_updated": "2022-12-14T10:22:17.154676-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c0d9dcd-5f43-4a67-a66b-90f85d3b314b/?format=api"
        }
    ]
}