GET /api/bet_types/81dc2824-b1f6-41c6-b0f5-db4265aefe36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81dc2824-b1f6-41c6-b0f5-db4265aefe36",
    "match": "https://api-prod.gambitprofit.com/api/matches/5604b848-765e-4162-a8e5-57d686b1dba7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-31T11:47:14.599862-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": "TAM (Z Eflin)",
                "amount": 5638.0
            },
            {
                "team": "CHC (J Steele)",
                "amount": 4362.0
            }
        ],
        "expected_reward_tokens": 9640.02,
        "profit_sb": 140.02,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b0214db-611c-4103-86e0-046a45ae7d33",
            "gambit_id": "223cf825-c518-4296-9578-897d1c96a78d",
            "last_updated": "2023-06-01T10:17:08.054906-04:00",
            "created_at": "2023-05-31T11:47:14.601639-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.71000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81dc2824-b1f6-41c6-b0f5-db4265aefe36/?format=api"
        },
        {
            "id": "e62acabf-284d-4843-a259-da0586f0214c",
            "gambit_id": "d02ac88f-c2ee-45bf-8065-d7c5e545bc15",
            "last_updated": "2023-06-01T10:17:08.057408-04:00",
            "created_at": "2023-05-31T11:47:14.603574-04:00",
            "name": "CHC (J Steele)",
            "reward": "2.21000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81dc2824-b1f6-41c6-b0f5-db4265aefe36/?format=api"
        }
    ]
}