GET /api/bet_types/89836bfd-fa8b-40b1-b133-6a64e2d6bf2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89836bfd-fa8b-40b1-b133-6a64e2d6bf2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4415554-c820-4179-9e85-d02c1675d7aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T09:07:02.427269-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": 5696.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6ed5fde-c0d7-475d-b560-843e921ef95a",
            "gambit_id": "f7d8774b-f4b0-4772-b232-822147929f0b",
            "last_updated": "2023-02-26T11:51:59.030950-05:00",
            "created_at": "2023-02-25T09:07:02.429773-05:00",
            "name": "New York Rangers",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89836bfd-fa8b-40b1-b133-6a64e2d6bf2a/?format=api"
        },
        {
            "id": "9913f55c-de66-4e7e-9b91-68ff5961f58f",
            "gambit_id": "1ff42a84-4328-442f-aab4-1137a68600f8",
            "last_updated": "2023-02-26T11:51:59.029812-05:00",
            "created_at": "2023-02-25T09:07:02.428481-05:00",
            "name": "Washington Capitals",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89836bfd-fa8b-40b1-b133-6a64e2d6bf2a/?format=api"
        }
    ]
}