GET /api/bet_types/797308eb-b409-4c93-bc9c-738a835ab566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "797308eb-b409-4c93-bc9c-738a835ab566",
    "match": "https://api-prod.gambitprofit.com/api/matches/1afc521c-ad27-42c3-9efe-d1bab93e9125/?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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f57eeee4-509d-47e1-b072-c14e814fb0c4",
            "gambit_id": "f25af162-5f25-4b1d-9cfa-604fd5f64258",
            "last_updated": "2022-11-08T11:07:31.629799-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797308eb-b409-4c93-bc9c-738a835ab566/?format=api"
        },
        {
            "id": "d104057c-dc39-4337-abbe-cdf0a8f36903",
            "gambit_id": "0488e678-56e5-44d9-a194-c5420e4376b6",
            "last_updated": "2022-11-08T11:07:31.630932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797308eb-b409-4c93-bc9c-738a835ab566/?format=api"
        }
    ]
}