GET /api/bet_types/ce8fc6f8-6f89-4e2b-9e99-f544b7c37f10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce8fc6f8-6f89-4e2b-9e99-f544b7c37f10",
    "match": "https://api-prod.gambitprofit.com/api/matches/542d42dd-14de-4148-8dc0-a0b2791c187f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:16.690938-04: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 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4528552-a565-418c-a347-8c1ed328a9f2",
            "gambit_id": "50e592ff-9a8c-4dc5-8c87-45640024aa1c",
            "last_updated": "2023-10-02T14:03:02.769457-04:00",
            "created_at": "2023-09-28T10:08:16.694627-04:00",
            "name": "Game Total Over 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8fc6f8-6f89-4e2b-9e99-f544b7c37f10/?format=api"
        },
        {
            "id": "f5fc82af-59f4-4729-adfa-9010c7818302",
            "gambit_id": "1957184c-85c3-4bc5-959c-f778c18b8406",
            "last_updated": "2023-10-02T14:03:02.772915-04:00",
            "created_at": "2023-09-28T10:08:16.698955-04:00",
            "name": "Game Total Under 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce8fc6f8-6f89-4e2b-9e99-f544b7c37f10/?format=api"
        }
    ]
}