GET /api/bet_types/296e8e4b-315b-4263-93be-87632d651c84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "296e8e4b-315b-4263-93be-87632d651c84",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a2f7e71-c417-4406-a477-1d5004c78383/?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": "CLE (C Morris)",
                "amount": 5658.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 4342.0
            }
        ],
        "expected_reward_tokens": 9335.3,
        "profit_sb": 335.3,
        "profit_sb_percentage": 3.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5ad4a1a-9812-4f0d-be67-504d41de75cf",
            "gambit_id": "42efec7e-4bb8-4da2-a33d-e823f2234d23",
            "last_updated": "2022-09-08T10:02:06.239210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Morris)",
            "reward": "1.65000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/296e8e4b-315b-4263-93be-87632d651c84/?format=api"
        },
        {
            "id": "63369b8d-e66a-4410-a78b-e90e9990a1b4",
            "gambit_id": "c52acc32-6f73-4489-9d66-eb0fb7bcdea4",
            "last_updated": "2022-09-08T10:02:06.238226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.15000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/296e8e4b-315b-4263-93be-87632d651c84/?format=api"
        }
    ]
}