GET /api/bet_types/c33f64db-01ad-4ec0-a62b-308e69fa39d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33f64db-01ad-4ec0-a62b-308e69fa39d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d220ee5-92b2-4b09-a0fa-37f00880a5b8/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:12.699230-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": "New Jersey Devils",
                "amount": 6154.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4d069d9-37c0-46e9-9370-03cf82d2feb6",
            "gambit_id": "7cbb27cd-af7a-4fcc-ba33-4ed2ace48935",
            "last_updated": "2024-01-26T20:53:22.484034-05:00",
            "created_at": "2024-01-25T13:28:12.703037-05:00",
            "name": "New Jersey Devils",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33f64db-01ad-4ec0-a62b-308e69fa39d2/?format=api"
        },
        {
            "id": "ed92a208-77cc-4e6c-ab82-9388f028cfce",
            "gambit_id": "44ee49d5-e165-4e32-8f79-18d17412ea92",
            "last_updated": "2024-01-26T20:53:22.487651-05:00",
            "created_at": "2024-01-25T13:28:12.708074-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33f64db-01ad-4ec0-a62b-308e69fa39d2/?format=api"
        }
    ]
}