GET /api/bet_types/63b67688-acd7-4e74-8aa9-a3ed850260be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63b67688-acd7-4e74-8aa9-a3ed850260be",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd592b8f-f27b-4527-9c8b-b34474114eb5/?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 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4bdba751-21d9-45cc-96c6-9f0ba718f773",
            "gambit_id": "0981a7d8-a84b-499c-81e2-1e2a22209c1a",
            "last_updated": "2022-10-31T11:42:01.293595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b67688-acd7-4e74-8aa9-a3ed850260be/?format=api"
        },
        {
            "id": "ade47b35-c233-4952-b92f-14a085bf9666",
            "gambit_id": "e575a523-e986-4101-987a-96d6577dcecb",
            "last_updated": "2022-10-31T11:42:01.292397-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b67688-acd7-4e74-8aa9-a3ed850260be/?format=api"
        }
    ]
}