GET /api/bet_types/5a415533-22a9-4444-8c1d-6a5b0e2fbd9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a415533-22a9-4444-8c1d-6a5b0e2fbd9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf4a68d9-c2b8-431e-a225-5c172ad86aa8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Connecticut",
                "amount": 6563.0
            },
            {
                "team": "Florida Intl",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e1b5a4f-098d-424f-ba5c-70b2127ac724",
            "gambit_id": "448de452-5c94-4d69-8c4c-14413cdaa3ae",
            "last_updated": "2022-10-11T11:22:04.784500-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a415533-22a9-4444-8c1d-6a5b0e2fbd9b/?format=api"
        },
        {
            "id": "f038fb32-faf9-4fee-adc9-f027317d9378",
            "gambit_id": "1b00eaa2-fc7e-42b8-8a72-1191739c2d2e",
            "last_updated": "2022-10-11T11:22:04.783516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a415533-22a9-4444-8c1d-6a5b0e2fbd9b/?format=api"
        }
    ]
}