GET /api/bet_types/817c42e9-7acc-4e10-8680-228f5109d782/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "817c42e9-7acc-4e10-8680-228f5109d782",
    "match": "https://api-prod.gambitprofit.com/api/matches/46ddaf33-c197-4c77-8db7-a14ab547c488/?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 2.5",
                "amount": 6067.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3933.0
            }
        ],
        "expected_reward_tokens": 9281.88,
        "profit_sb": -218.12,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "104c5a83-2ab4-4f51-93ae-ffa06e5c345e",
            "gambit_id": "50ebd5af-6f67-4bd2-88cc-e3ecaf088923",
            "last_updated": "2022-10-31T12:17:07.089143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/817c42e9-7acc-4e10-8680-228f5109d782/?format=api"
        },
        {
            "id": "1a0a0565-0628-4c13-b655-5441f8e900d9",
            "gambit_id": "87264e0d-69b2-4a4b-9b66-9330a502fcf4",
            "last_updated": "2022-10-31T12:17:07.088011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/817c42e9-7acc-4e10-8680-228f5109d782/?format=api"
        }
    ]
}