GET /api/bet_types/2bcc7bef-5ea9-4b1e-8fc2-5bbe225a7886/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bcc7bef-5ea9-4b1e-8fc2-5bbe225a7886",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6b0473f-1ec2-47f4-be40-fb197aaefe97/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:10.187228-05: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": "Florida Panthers",
                "amount": 6026.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9099.26,
        "profit_sb": 99.26,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f670e681-fc0a-422a-97e0-6705b049941c",
            "gambit_id": "492260a9-c1c6-45e4-8486-8727fd7ac56f",
            "last_updated": "2022-12-31T16:56:56.934935-05:00",
            "created_at": "2022-12-30T10:27:10.189630-05:00",
            "name": "Florida Panthers",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcc7bef-5ea9-4b1e-8fc2-5bbe225a7886/?format=api"
        },
        {
            "id": "d551a77e-d6c3-4b3a-8dc3-31f0806cc77d",
            "gambit_id": "7cf7c86f-7566-4a1b-a6e4-fe50130b3db6",
            "last_updated": "2022-12-31T16:56:56.933750-05:00",
            "created_at": "2022-12-30T10:27:10.188397-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.29000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcc7bef-5ea9-4b1e-8fc2-5bbe225a7886/?format=api"
        }
    ]
}