GET /api/bet_types/d87a5e6c-049f-47e7-9643-51605ae3051e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d87a5e6c-049f-47e7-9643-51605ae3051e",
    "match": "https://api-prod.gambitprofit.com/api/matches/22b02ee8-44d1-4c65-a861-29543a5a07f7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T08:08:09.393836-04: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 (E Sheehan)",
                "amount": 6232.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "c04c10bb-e6ea-4f09-9930-f8fd37c72990",
            "gambit_id": "a71cf6db-76e0-4d34-828d-c50fa2ef95c8",
            "last_updated": "2023-07-31T11:33:28.276481-04:00",
            "created_at": "2023-07-29T08:08:09.409111-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87a5e6c-049f-47e7-9643-51605ae3051e/?format=api"
        },
        {
            "id": "c898fa58-d6f0-4c92-bce5-76ddcca4667a",
            "gambit_id": "5d7aec2a-9aa7-47a1-8905-cd1205c9594b",
            "last_updated": "2023-07-31T11:33:28.270247-04:00",
            "created_at": "2023-07-29T08:08:09.397915-04:00",
            "name": "CIN (L Weaver)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87a5e6c-049f-47e7-9643-51605ae3051e/?format=api"
        }
    ]
}