GET /api/bet_types/8017524a-eba9-451d-b623-c320ca544bd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8017524a-eba9-451d-b623-c320ca544bd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/733ac1ef-2724-446b-afe3-42c7957f4ae6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T17:22:10.458636-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": "Vegas Golden Knights",
                "amount": 5212.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "23f16c7b-0e96-4f4a-83d8-9c740182e6bc",
            "gambit_id": "ab34e94c-ec4a-4eee-89b6-1dce4fa1435b",
            "last_updated": "2023-02-26T11:46:57.726795-05:00",
            "created_at": "2023-02-25T17:22:10.459788-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8017524a-eba9-451d-b623-c320ca544bd7/?format=api"
        },
        {
            "id": "e74e255f-ee4b-40e6-9180-0507dccacc74",
            "gambit_id": "ce42b7c7-1b03-47e0-909a-d6058066921f",
            "last_updated": "2023-02-26T11:46:57.727932-05:00",
            "created_at": "2023-02-25T17:22:10.461048-05:00",
            "name": "Dallas Stars",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8017524a-eba9-451d-b623-c320ca544bd7/?format=api"
        }
    ]
}