GET /api/bet_types/a7dd20b2-fd53-47c8-b48f-1656b127f5df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7dd20b2-fd53-47c8-b48f-1656b127f5df",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffdadea7-ac46-46de-abf2-3b4da8c551e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:55.267384-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": "Pittsburgh Penguins",
                "amount": 5688.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf8809aa-6f30-4915-a7db-64df3da29dce",
            "gambit_id": "7c98c951-79e5-4cf1-aacc-6cc913d42ebb",
            "last_updated": "2023-12-15T10:03:19.190613-05:00",
            "created_at": "2023-12-13T08:57:55.272777-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7dd20b2-fd53-47c8-b48f-1656b127f5df/?format=api"
        },
        {
            "id": "6ea49c5d-feb8-499d-9b89-cf379ba3e7f8",
            "gambit_id": "04bf3aae-495b-4c3a-8270-1ef949b5c657",
            "last_updated": "2023-12-15T10:03:19.193904-05:00",
            "created_at": "2023-12-13T08:57:55.278159-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7dd20b2-fd53-47c8-b48f-1656b127f5df/?format=api"
        }
    ]
}