GET /api/bet_types/fe97c4a9-78a9-45ed-aaef-6e6c6416f8d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe97c4a9-78a9-45ed-aaef-6e6c6416f8d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc819d6-6445-48a2-9b47-539484c4d8d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:05.302856-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 (D May)",
                "amount": 5970.0
            },
            {
                "team": "SFO (A Wood)",
                "amount": 4030.0
            }
        ],
        "expected_reward_tokens": 9551.1,
        "profit_sb": 51.1,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c806487-ef37-4a9b-89b1-e9b8e78adf9f",
            "gambit_id": "230cde86-1514-4d60-b3ac-28951b4a4436",
            "last_updated": "2023-04-12T09:42:18.590684-04:00",
            "created_at": "2023-04-11T10:27:05.306784-04:00",
            "name": "LOS (D May)",
            "reward": "1.60000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe97c4a9-78a9-45ed-aaef-6e6c6416f8d7/?format=api"
        },
        {
            "id": "33fcc3cf-e2d1-43cf-acf8-b4edee46940d",
            "gambit_id": "1e4983ab-38dd-4073-9e1a-3aece1b38223",
            "last_updated": "2023-04-12T09:42:18.587793-04:00",
            "created_at": "2023-04-11T10:27:05.304851-04:00",
            "name": "SFO (A Wood)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe97c4a9-78a9-45ed-aaef-6e6c6416f8d7/?format=api"
        }
    ]
}