GET /api/bet_types/9d8e8710-b0a3-428f-9fbd-b873531690c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d8e8710-b0a3-428f-9fbd-b873531690c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fbd34f7-f943-412d-a91b-cad998c77a13/?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": 5500.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4500.0
            }
        ],
        "expected_reward_tokens": 8910.0,
        "profit_sb": -90.0,
        "profit_sb_percentage": -1.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "31c16399-bcfd-4f36-bfec-205ba680dd2d",
            "gambit_id": "5eeaf5fc-be6d-45e3-a8e5-ef266e2b2b3e",
            "last_updated": "2022-09-19T09:57:23.946969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d8e8710-b0a3-428f-9fbd-b873531690c5/?format=api"
        },
        {
            "id": "4915de58-3591-4ec9-bdd9-1d5279a311fa",
            "gambit_id": "797b4dc5-37e4-4daa-bfb5-b58634d9d691",
            "last_updated": "2022-09-19T09:57:23.946028-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d8e8710-b0a3-428f-9fbd-b873531690c5/?format=api"
        }
    ]
}