GET /api/bet_types/ecb8ab30-88be-4790-a4a6-0d9710474b97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecb8ab30-88be-4790-a4a6-0d9710474b97",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0efc864-c5a8-4297-9b09-5eabc8be3c7a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T08:47:21.754383-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": "Toronto Maple Leafs",
                "amount": 8084.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 1916.0
            }
        ],
        "expected_reward_tokens": 9539.12,
        "profit_sb": 39.12,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "392e098f-c73a-43d9-9e61-7e73c480d513",
            "gambit_id": "9c797a29-efdd-4ead-b086-396bcc287d9a",
            "last_updated": "2023-02-16T16:56:58.436880-05:00",
            "created_at": "2023-02-15T08:47:21.755822-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.18000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb8ab30-88be-4790-a4a6-0d9710474b97/?format=api"
        },
        {
            "id": "8efb035d-b5b9-4e2b-a19f-2c0f406885b5",
            "gambit_id": "8759d99a-980b-4262-b4bd-effdbb05bb4d",
            "last_updated": "2023-02-16T16:56:58.438037-05:00",
            "created_at": "2023-02-15T08:47:21.757222-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.98000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb8ab30-88be-4790-a4a6-0d9710474b97/?format=api"
        }
    ]
}