GET /api/bet_types/ae251ca8-950f-45a5-a527-5c05b1c9ef03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae251ca8-950f-45a5-a527-5c05b1c9ef03",
    "match": "https://api-prod.gambitprofit.com/api/matches/4eb425c2-0c99-4f41-b133-548d52fa0bd7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:24.596125-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": "Los Angeles Lakers",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "563a4472-922b-4fed-beda-85ed8d3ed1ea",
            "gambit_id": "97b484d0-f936-4a3c-b8aa-2515a4e1eada",
            "last_updated": "2023-04-06T21:31:52.291240-04:00",
            "created_at": "2023-04-05T09:22:24.599651-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae251ca8-950f-45a5-a527-5c05b1c9ef03/?format=api"
        },
        {
            "id": "87d78b7c-9067-4bba-a156-8d86ffa48b71",
            "gambit_id": "82dbbc31-b01b-48c7-925c-7b77589989e5",
            "last_updated": "2023-04-06T21:31:52.288213-04:00",
            "created_at": "2023-04-05T09:22:24.597630-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae251ca8-950f-45a5-a527-5c05b1c9ef03/?format=api"
        }
    ]
}