GET /api/bet_types/7b1d9ddd-b5f6-4c67-b8f8-6e8549fd0c20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b1d9ddd-b5f6-4c67-b8f8-6e8549fd0c20",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e580ece-0aeb-48db-ae92-baa540ec2a37/?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 57.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 57.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a100358-0344-4fc2-a8c7-95f109b453ad",
            "gambit_id": "1ecaea8e-3169-4849-8eff-947fe555d167",
            "last_updated": "2022-10-23T12:52:21.983364-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 57.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "57.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b1d9ddd-b5f6-4c67-b8f8-6e8549fd0c20/?format=api"
        },
        {
            "id": "1d853a3a-7375-4d3c-bb1e-6f25e2ddaa10",
            "gambit_id": "64c90a35-7375-45c7-9079-03ea2fafff6c",
            "last_updated": "2022-10-23T12:52:21.984408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 57.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "57.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b1d9ddd-b5f6-4c67-b8f8-6e8549fd0c20/?format=api"
        }
    ]
}