GET /api/bet_types/80c6938e-7fbe-4998-9717-2b5725651280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80c6938e-7fbe-4998-9717-2b5725651280",
    "match": "https://api-prod.gambitprofit.com/api/matches/43628260-a2dc-4035-9e7d-241e27545a22/?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": "HOU (F Valdez)",
                "amount": 5658.0
            },
            {
                "team": "TEX (D Dunning)",
                "amount": 4342.0
            }
        ],
        "expected_reward_tokens": 9335.3,
        "profit_sb": 335.3,
        "profit_sb_percentage": 3.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "a86bdd9e-521d-4cc6-811b-160bce47d65f",
            "gambit_id": "74887071-af59-4c3e-8b79-bd656d82ca2e",
            "last_updated": "2022-08-31T11:42:11.998495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (F Valdez)",
            "reward": "1.65000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c6938e-7fbe-4998-9717-2b5725651280/?format=api"
        },
        {
            "id": "46ef5e96-0031-490f-a550-ed9d655015a0",
            "gambit_id": "d1758a5d-9ae4-421b-acf6-baab03a3d439",
            "last_updated": "2022-08-31T11:42:11.997605-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Dunning)",
            "reward": "2.15000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c6938e-7fbe-4998-9717-2b5725651280/?format=api"
        }
    ]
}