GET /api/bet_types/10327914-1ebd-450f-95c8-6f6fa946039e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10327914-1ebd-450f-95c8-6f6fa946039e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a56572cd-d77f-497f-9e90-12d4eebca03c/?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": "BOS (R Hill)",
                "amount": 5881.0
            },
            {
                "team": "PIT (R Contreras)",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 9350.13,
        "profit_sb": 350.13,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "74af35f9-fb3e-478f-857d-93d1e72bb09b",
            "gambit_id": "d785e312-fa73-42a9-a864-9f8834e6d6cd",
            "last_updated": "2022-08-18T10:31:50.311659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (R Hill)",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10327914-1ebd-450f-95c8-6f6fa946039e/?format=api"
        },
        {
            "id": "cc14e204-026f-43d8-924f-f2ab68075a37",
            "gambit_id": "6ecaa6ed-d24b-4c55-9a97-e584a3890d0d",
            "last_updated": "2022-08-18T10:31:50.311187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (R Contreras)",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10327914-1ebd-450f-95c8-6f6fa946039e/?format=api"
        }
    ]
}