GET /api/bet_types/3a985347-8ab9-4a9d-a5d6-92499b1045f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a985347-8ab9-4a9d-a5d6-92499b1045f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/60ae4c79-a37c-43f7-a327-210e3e8810cb/?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": "Colorado Avalanche",
                "amount": 6721.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0643b4e-9849-4cf0-9ee7-9aa7c2db30e2",
            "gambit_id": "bafa3d4a-e48d-4629-8fec-8c4ee0eaa7c9",
            "last_updated": "2022-10-20T09:22:01.342553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a985347-8ab9-4a9d-a5d6-92499b1045f2/?format=api"
        },
        {
            "id": "28c256f9-452b-492c-98dc-6051eaa94ea7",
            "gambit_id": "b01fe3df-2bab-4f25-9009-beb366be7f7e",
            "last_updated": "2022-10-20T09:22:01.343478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a985347-8ab9-4a9d-a5d6-92499b1045f2/?format=api"
        }
    ]
}