GET /api/bet_types/bfa9bd76-ad72-41b7-8f54-6074c2f27ca4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfa9bd76-ad72-41b7-8f54-6074c2f27ca4",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc1da365-fa04-45f8-a54b-e908d9ab81df/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:03.537753-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cf1dfc1-3e6b-4932-84af-f6e06e53d6f1",
            "gambit_id": "ad279f7b-aff2-4e73-bf10-1c04641073ea",
            "last_updated": "2024-01-23T20:08:15.847990-05:00",
            "created_at": "2024-01-22T08:43:03.547117-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfa9bd76-ad72-41b7-8f54-6074c2f27ca4/?format=api"
        },
        {
            "id": "8a939099-0d12-4bb2-a0e9-b7d58d821b45",
            "gambit_id": "97e58587-0530-4552-af09-b6c10772b62a",
            "last_updated": "2024-01-23T20:08:15.844806-05:00",
            "created_at": "2024-01-22T08:43:03.542590-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfa9bd76-ad72-41b7-8f54-6074c2f27ca4/?format=api"
        }
    ]
}