GET /api/bet_types/49a5283e-8aa7-4b6b-8aee-81d59da1c4c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49a5283e-8aa7-4b6b-8aee-81d59da1c4c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e3272ec-5d40-4bfe-8d8e-d2d7df91a074/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:19.007035-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": "Minnesota Wild",
                "amount": 6744.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "acf71d7d-dba3-47ce-8e7c-3cba4aae7111",
            "gambit_id": "92674ed6-0def-42b4-9178-c1936a40e7e6",
            "last_updated": "2023-11-12T11:28:22.981244-05:00",
            "created_at": "2023-11-10T08:23:19.011091-05:00",
            "name": "Minnesota Wild",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a5283e-8aa7-4b6b-8aee-81d59da1c4c2/?format=api"
        },
        {
            "id": "367bf0f5-0fd4-49d8-a8cc-a0fa73f82b15",
            "gambit_id": "47c0a8d8-be48-4c62-b033-116eb14b106f",
            "last_updated": "2023-11-12T11:28:22.991550-05:00",
            "created_at": "2023-11-10T08:23:19.016940-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a5283e-8aa7-4b6b-8aee-81d59da1c4c2/?format=api"
        }
    ]
}