GET /api/bet_types/7f4f5717-a2b6-4eea-b3f2-1a6401ed7873/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f4f5717-a2b6-4eea-b3f2-1a6401ed7873",
    "match": "https://api-prod.gambitprofit.com/api/matches/b93ba5cf-70de-4305-984d-ca7ac48d8aaf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-13T08:52:19.852207-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8332656c-85d7-4ce3-bf67-3de858ecc286",
            "gambit_id": "e9f968c8-0122-4ce4-a6ef-1ff8608a0029",
            "last_updated": "2023-02-14T09:41:55.478307-05:00",
            "created_at": "2023-02-13T08:52:19.853602-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4f5717-a2b6-4eea-b3f2-1a6401ed7873/?format=api"
        },
        {
            "id": "a83d5f39-918e-4f46-a528-061687bd82eb",
            "gambit_id": "a4b398b0-3076-4da4-9875-cc7301617bc8",
            "last_updated": "2023-02-14T09:41:55.479442-05:00",
            "created_at": "2023-02-13T08:52:19.854947-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4f5717-a2b6-4eea-b3f2-1a6401ed7873/?format=api"
        }
    ]
}