GET /api/bet_types/84596443-7556-4af7-b561-7e8d66b89863/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84596443-7556-4af7-b561-7e8d66b89863",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5eccc86-42ab-4eb7-a111-e76fbca56e4f/?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": "LOS (M Grove)",
                "amount": 5959.0
            },
            {
                "team": "MIA (P Lopez)",
                "amount": 4041.0
            }
        ],
        "expected_reward_tokens": 9294.3,
        "profit_sb": 294.3,
        "profit_sb_percentage": 3.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a0e6859-adec-4586-8460-fa0a01442982",
            "gambit_id": "cc9e2bee-b6d1-42dd-9423-cba967e1779c",
            "last_updated": "2022-08-30T09:52:18.171984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (M Grove)",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84596443-7556-4af7-b561-7e8d66b89863/?format=api"
        },
        {
            "id": "8d8c5bde-9933-48cc-988d-b41d719dee4f",
            "gambit_id": "0473b298-b3ee-46d8-908e-237f687a3d99",
            "last_updated": "2022-08-30T09:52:18.171535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (P Lopez)",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84596443-7556-4af7-b561-7e8d66b89863/?format=api"
        }
    ]
}