GET /api/bet_types/216bc143-726e-4f98-abd6-55b97ceaf262/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "216bc143-726e-4f98-abd6-55b97ceaf262",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c388846-ac81-4a4a-97fc-bd9faad74bdf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:22:14.381315-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": "New York Rangers",
                "amount": 5780.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f9fc9f0-7542-439b-9b2f-8eec9bbe00b9",
            "gambit_id": "4ab4587a-ff8b-4939-a65b-d8410aba3c13",
            "last_updated": "2023-02-24T12:46:55.438827-05:00",
            "created_at": "2023-02-23T11:22:14.383857-05:00",
            "name": "New York Rangers",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/216bc143-726e-4f98-abd6-55b97ceaf262/?format=api"
        },
        {
            "id": "ddee6aa7-5b68-4aa0-9712-4898563a270f",
            "gambit_id": "221918f7-8100-4c36-9857-0bf6d55e23b7",
            "last_updated": "2023-02-24T12:46:55.437651-05:00",
            "created_at": "2023-02-23T11:22:14.382543-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/216bc143-726e-4f98-abd6-55b97ceaf262/?format=api"
        }
    ]
}