GET /api/bet_types/09c893ae-bacc-489d-8b1d-3f87fd7826fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09c893ae-bacc-489d-8b1d-3f87fd7826fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/df26e6a5-49a1-4d53-973d-15bc0be059f5/?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 6.5",
                "amount": 5108.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": 294.8,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5d56981-ba6d-4d55-b3b9-0d23ee655210",
            "gambit_id": "e06fc0e3-8e02-4b23-b3c1-6e58607f5d67",
            "last_updated": "2022-10-03T18:51:59.923334-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09c893ae-bacc-489d-8b1d-3f87fd7826fa/?format=api"
        },
        {
            "id": "ede6c41f-d2fe-4cf9-8ee1-5de5ae6bdb29",
            "gambit_id": "bfdb9887-6bfd-4dd0-adeb-b4e648e70ea5",
            "last_updated": "2022-10-03T18:51:59.922193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09c893ae-bacc-489d-8b1d-3f87fd7826fa/?format=api"
        }
    ]
}