GET /api/bet_types/744ea7d9-f0e4-472e-b1f1-cd069bef4efa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "744ea7d9-f0e4-472e-b1f1-cd069bef4efa",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc6a5503-934b-4063-97e7-d8212cdf3c7b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-14T10:57:08.046538-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": "STL (M Mikolas)",
                "amount": 5351.0
            },
            {
                "team": "BOS (C Kluber)",
                "amount": 4649.0
            }
        ],
        "expected_reward_tokens": 9576.94,
        "profit_sb": 76.94,
        "profit_sb_percentage": 0.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "408ec21a-54d7-405e-a1b2-59133b5de986",
            "gambit_id": "7e5dd513-e77a-4094-958e-80605a005a81",
            "last_updated": "2023-05-15T11:37:00.053701-04:00",
            "created_at": "2023-05-14T10:57:08.050386-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.79000",
            "odds": "1.82640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/744ea7d9-f0e4-472e-b1f1-cd069bef4efa/?format=api"
        },
        {
            "id": "75fa404e-bf35-489e-bee3-398c612671f7",
            "gambit_id": "d2c4e9e6-3d46-4e50-bcb3-adf5839566f5",
            "last_updated": "2023-05-15T11:37:00.052005-04:00",
            "created_at": "2023-05-14T10:57:08.048490-04:00",
            "name": "BOS (C Kluber)",
            "reward": "2.06000",
            "odds": "2.11000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/744ea7d9-f0e4-472e-b1f1-cd069bef4efa/?format=api"
        }
    ]
}