GET /api/bet_types/cae63291-577f-4e49-9ed1-6812c448eb85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cae63291-577f-4e49-9ed1-6812c448eb85",
    "match": "https://api-prod.gambitprofit.com/api/matches/42683f56-a199-4f18-8f30-80d9eb8ebee6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-08T09:36:59.248499-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 2.5",
                "amount": 5520.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "86ed956f-801e-43a2-a163-01e08a7ef418",
            "gambit_id": "2cf524ac-f70d-47e9-83f5-1aced43d3a73",
            "last_updated": "2023-03-09T10:02:12.324153-05:00",
            "created_at": "2023-03-08T09:36:59.249862-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae63291-577f-4e49-9ed1-6812c448eb85/?format=api"
        },
        {
            "id": "a61b6e82-d189-4ff2-bc8f-a6fe2abfca18",
            "gambit_id": "72e17290-bd14-44bf-8dd2-dddc8d707204",
            "last_updated": "2023-03-09T10:02:12.326069-05:00",
            "created_at": "2023-03-08T09:36:59.251307-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae63291-577f-4e49-9ed1-6812c448eb85/?format=api"
        }
    ]
}