GET /api/bet_types/ac679e51-b3c9-43d2-8390-d3a233dffb7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac679e51-b3c9-43d2-8390-d3a233dffb7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bb8644d-7b6f-4e64-8f06-dc1b84e11d03/?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 Under 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "15ef6c6d-59f9-4c19-b3ac-e7b842b6455d",
            "gambit_id": "3e4166da-37b2-43a2-98aa-853ec3b4d0b0",
            "last_updated": "2022-12-17T19:47:22.075711-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac679e51-b3c9-43d2-8390-d3a233dffb7e/?format=api"
        },
        {
            "id": "16563b90-b9d3-4382-a807-433ba9d002f0",
            "gambit_id": "4d984a37-feb3-4810-9c95-aad6a09dfab8",
            "last_updated": "2022-12-17T19:47:22.076809-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac679e51-b3c9-43d2-8390-d3a233dffb7e/?format=api"
        }
    ]
}