GET /api/bet_types/b15c9524-1c7b-4144-b714-f52b7353e341/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b15c9524-1c7b-4144-b714-f52b7353e341",
    "match": "https://api-prod.gambitprofit.com/api/matches/06ae7656-c707-4d70-b6a5-4ad8ccc33f7e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T09:52:58.384600-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": "Total Rounds Under 1.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff21d454-a12d-4148-8993-e66c8c8547a6",
            "gambit_id": "1b277dfc-3bbb-4593-9c02-e050e9f57ca4",
            "last_updated": "2023-07-23T22:02:59.272777-04:00",
            "created_at": "2023-07-22T09:52:58.396973-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b15c9524-1c7b-4144-b714-f52b7353e341/?format=api"
        },
        {
            "id": "a8626451-7943-48ec-b2f4-f9e55a7851a1",
            "gambit_id": "7e00c4df-13bd-4086-8c2d-af0a236569ef",
            "last_updated": "2023-07-23T22:02:59.269372-04:00",
            "created_at": "2023-07-22T09:52:58.388470-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b15c9524-1c7b-4144-b714-f52b7353e341/?format=api"
        }
    ]
}