GET /api/bet_types/ffc84c9f-149d-4b39-a800-6e57c766121b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffc84c9f-149d-4b39-a800-6e57c766121b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2dd389-d919-4033-b289-73b06fa44dff/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:10.574946-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 216",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "eccddd54-daa8-4bb3-82a0-ea6bd44a9dcc",
            "gambit_id": "11b9dd45-f481-4db5-9442-2fc1fc063a85",
            "last_updated": "2024-02-07T01:53:02.344480-05:00",
            "created_at": "2024-02-06T09:08:10.579048-05:00",
            "name": "Game Total Over 216",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffc84c9f-149d-4b39-a800-6e57c766121b/?format=api"
        },
        {
            "id": "6ca4742b-1eb2-473e-a40b-0db97463c42d",
            "gambit_id": "d6bdadff-cd38-49f7-9880-793a73a80240",
            "last_updated": "2024-02-07T01:53:02.347679-05:00",
            "created_at": "2024-02-06T09:08:10.583360-05:00",
            "name": "Game Total Under 216",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffc84c9f-149d-4b39-a800-6e57c766121b/?format=api"
        }
    ]
}