GET /api/bet_types/814ab213-0aa7-4c54-9637-80960a902296/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "814ab213-0aa7-4c54-9637-80960a902296",
    "match": "https://api-prod.gambitprofit.com/api/matches/73c88d95-8cc6-4afb-af29-6855b2308ecd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:24.030073-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": "Washington Wizards",
                "amount": 6611.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5688c38d-48c0-4d20-b691-c1cd81e33447",
            "gambit_id": "59eb88b5-4b44-420a-99ea-2871e80662e3",
            "last_updated": "2024-01-17T22:13:14.063779-05:00",
            "created_at": "2024-01-15T10:23:24.040416-05:00",
            "name": "Washington Wizards",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/814ab213-0aa7-4c54-9637-80960a902296/?format=api"
        },
        {
            "id": "0e7717f4-1edf-472c-8378-32376865ba94",
            "gambit_id": "c388fc54-649d-46e7-bef0-b0547abc42d9",
            "last_updated": "2024-01-17T22:13:14.060336-05:00",
            "created_at": "2024-01-15T10:23:24.035418-05:00",
            "name": "Detroit Pistons",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/814ab213-0aa7-4c54-9637-80960a902296/?format=api"
        }
    ]
}