GET /api/bet_types/04e15e50-8f5f-4535-9e5c-3fb3c992ee62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04e15e50-8f5f-4535-9e5c-3fb3c992ee62",
    "match": "https://api-prod.gambitprofit.com/api/matches/e93c5ecd-455c-464f-a547-210f84adb310/?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 Under 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "00acdfb0-bcd1-4da6-9144-ea34c802ef17",
            "gambit_id": "62385799-0439-4963-a1bc-01d683f8a984",
            "last_updated": "2022-10-31T11:46:57.854434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04e15e50-8f5f-4535-9e5c-3fb3c992ee62/?format=api"
        },
        {
            "id": "876f23b8-5bdb-43e0-9eed-df392829fbed",
            "gambit_id": "563fcc37-0aac-4bff-8bf6-801ce429100a",
            "last_updated": "2022-10-31T11:46:57.855393-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04e15e50-8f5f-4535-9e5c-3fb3c992ee62/?format=api"
        }
    ]
}