GET /api/bet_types/df319e46-fcc6-4432-8f7e-727d1a0cd7e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df319e46-fcc6-4432-8f7e-727d1a0cd7e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cb6655b-8f96-4e73-bdf7-08449de1ff9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-28T09:32:06.744618-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": "Orlando Magic",
                "amount": 5098.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "46a926d0-7f12-47d5-9b13-14089b4392d5",
            "gambit_id": "5113cce4-f4b5-4d78-b76e-67cdb4edefd0",
            "last_updated": "2022-12-30T18:47:00.149999-05:00",
            "created_at": "2022-12-28T09:32:06.747109-05:00",
            "name": "Orlando Magic",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df319e46-fcc6-4432-8f7e-727d1a0cd7e5/?format=api"
        },
        {
            "id": "807660b1-6362-46bd-84b1-8f765228fa5a",
            "gambit_id": "dca3ac4a-04dd-4cfe-9bca-0b982a228a39",
            "last_updated": "2022-12-30T18:47:00.148869-05:00",
            "created_at": "2022-12-28T09:32:06.745852-05:00",
            "name": "Detroit Pistons",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df319e46-fcc6-4432-8f7e-727d1a0cd7e5/?format=api"
        }
    ]
}