GET /api/bet_types/d911bacc-ce63-483d-9133-f96de2697687/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d911bacc-ce63-483d-9133-f96de2697687",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ac7e1d1-322c-499a-8a5c-f86a66dfd6ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:38:22.238283-04: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": "Paul Cook",
                "amount": 7143.0
            },
            {
                "team": "Aaron Foster",
                "amount": 2857.0
            }
        ],
        "expected_reward_tokens": 9428.1,
        "profit_sb": -71.9,
        "profit_sb_percentage": -0.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "241624ab-6951-484b-9000-ad86565ae275",
            "gambit_id": "09ee6993-7b39-4526-adf1-ce0b93832f9f",
            "last_updated": "2023-07-03T10:33:01.646134-04:00",
            "created_at": "2023-06-30T13:38:22.240236-04:00",
            "name": "Paul Cook",
            "reward": "1.32000",
            "odds": "1.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d911bacc-ce63-483d-9133-f96de2697687/?format=api"
        },
        {
            "id": "22ac8f13-b9a6-4b8c-b66c-cb01d74e88c2",
            "gambit_id": "6af2c1ae-10e2-4482-b01b-10610a8fb9eb",
            "last_updated": "2023-07-03T10:33:01.647871-04:00",
            "created_at": "2023-06-30T13:38:22.241953-04:00",
            "name": "Aaron Foster",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d911bacc-ce63-483d-9133-f96de2697687/?format=api"
        }
    ]
}