GET /api/bet_types/7279c323-a9b2-4f82-8e54-529c798ec2cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7279c323-a9b2-4f82-8e54-529c798ec2cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa06b7f9-f4d2-4c43-892b-0ad92fd267a4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T09:03:23.525928-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": "BOS (B Bello)",
                "amount": 5079.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4f44286-359f-4f1b-8102-871be6e4642b",
            "gambit_id": "7eff3a02-c2da-4d97-b76a-c8479539562b",
            "last_updated": "2023-08-02T19:02:58.459007-04:00",
            "created_at": "2023-08-01T09:03:23.532249-04:00",
            "name": "BOS (B Bello)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7279c323-a9b2-4f82-8e54-529c798ec2cf/?format=api"
        },
        {
            "id": "2c4b7211-b1b3-4d3f-be54-49467e231286",
            "gambit_id": "ac968829-76c2-48a6-978a-0ea3d436285b",
            "last_updated": "2023-08-02T19:02:58.464383-04:00",
            "created_at": "2023-08-01T09:03:23.537184-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7279c323-a9b2-4f82-8e54-529c798ec2cf/?format=api"
        }
    ]
}