GET /api/bet_types/25a38316-20e1-4d47-926b-a084b6e45c8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25a38316-20e1-4d47-926b-a084b6e45c8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/75e22149-04e5-48ae-a724-bd014f693b45/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:07.741708-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": "Chicago Blackhawks",
                "amount": 5688.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "30b7cc6e-5c26-415d-98a3-ef8325ea77c6",
            "gambit_id": "1de18d04-0b41-4248-adaf-4ae6f9dc5528",
            "last_updated": "2023-11-06T09:18:29.314448-05:00",
            "created_at": "2023-11-04T09:48:07.749457-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25a38316-20e1-4d47-926b-a084b6e45c8e/?format=api"
        },
        {
            "id": "de6b1ec5-e1b7-44dd-b430-2ae6fb551c74",
            "gambit_id": "5e526733-2e84-4939-8ad4-bedcc3447028",
            "last_updated": "2023-11-06T09:18:29.306995-05:00",
            "created_at": "2023-11-04T09:48:07.745744-04:00",
            "name": "Florida Panthers",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25a38316-20e1-4d47-926b-a084b6e45c8e/?format=api"
        }
    ]
}