GET /api/bet_types/c1a26d51-4b37-4667-9a67-e61c5bae26a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1a26d51-4b37-4667-9a67-e61c5bae26a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba73d34a-374c-4342-8eed-ef09662ac11d/?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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6ee7e96-b4b6-4c33-8263-a7830b62fd36",
            "gambit_id": "aa668a5f-fa1e-4ada-9a5e-56fb55ee2bff",
            "last_updated": "2022-10-02T15:17:22.926061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1a26d51-4b37-4667-9a67-e61c5bae26a0/?format=api"
        },
        {
            "id": "16cd815a-977d-4436-8e78-973756e46d32",
            "gambit_id": "a08eaec8-e790-4fb1-b1a0-3e0aa30879f8",
            "last_updated": "2022-10-02T15:17:22.927206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1a26d51-4b37-4667-9a67-e61c5bae26a0/?format=api"
        }
    ]
}