GET /api/bet_types/20b85324-ab40-426d-87b1-6841c2418e73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20b85324-ab40-426d-87b1-6841c2418e73",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57c242a-d2bd-44f1-b147-aee97ad1ea73/?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",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "98be9dc9-03fd-45c0-afa3-05091775817b",
            "gambit_id": "43de2268-960d-474e-a230-72158b320b19",
            "last_updated": "2022-11-22T10:07:05.198778-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b85324-ab40-426d-87b1-6841c2418e73/?format=api"
        },
        {
            "id": "4878e6fc-2026-42d7-9461-5c36461437ad",
            "gambit_id": "cdf39eeb-7bd9-4301-9d7d-76da3105366f",
            "last_updated": "2022-11-22T10:07:05.197654-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b85324-ab40-426d-87b1-6841c2418e73/?format=api"
        }
    ]
}