GET /api/bet_types/800aa4c3-6851-4b16-a2f9-49f8804955a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "800aa4c3-6851-4b16-a2f9-49f8804955a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5b53d54-3a6c-41a3-b4e1-700af800ae05/?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": "Arizona Coyotes",
                "amount": 5209.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d3377cf-0185-4935-a3d6-dc9d61ed8eed",
            "gambit_id": "e29b34f7-e3f8-46ca-8e1d-666286be25ca",
            "last_updated": "2022-12-20T20:12:22.626060-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/800aa4c3-6851-4b16-a2f9-49f8804955a6/?format=api"
        },
        {
            "id": "c39faf68-a73e-491e-9b07-2e419bf17fef",
            "gambit_id": "3a5b95da-c3a0-409c-a508-2018a8d8e618",
            "last_updated": "2022-12-20T20:12:22.627145-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/800aa4c3-6851-4b16-a2f9-49f8804955a6/?format=api"
        }
    ]
}