GET /api/bet_types/bd820ef1-e3aa-48a6-9d51-b143bc7b5fb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd820ef1-e3aa-48a6-9d51-b143bc7b5fb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6cce769-e473-4023-8ec1-4a5895772604/?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": "Calgary Flames",
                "amount": 5899.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "fb52fc96-0e5f-44a4-b16e-8ea32624b93c",
            "gambit_id": "71a7b2f7-3762-4516-9915-95bb2cecc335",
            "last_updated": "2022-12-05T11:27:07.738798-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd820ef1-e3aa-48a6-9d51-b143bc7b5fb6/?format=api"
        },
        {
            "id": "cecf4a31-b219-445f-8813-01fbe6c5f7bc",
            "gambit_id": "b53ee74a-69ac-4213-9050-6a657dcac5ba",
            "last_updated": "2022-12-05T11:27:07.739851-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd820ef1-e3aa-48a6-9d51-b143bc7b5fb6/?format=api"
        }
    ]
}