GET /api/bet_types/fa5a5b23-5fe6-42a7-b3a1-2a525f5f0af6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa5a5b23-5fe6-42a7-b3a1-2a525f5f0af6",
    "match": "https://api-prod.gambitprofit.com/api/matches/22b8e388-bdf4-4dc9-9045-7ac8a7492b71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:43:01.548727-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": "SFO (L Webb)",
                "amount": 7033.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "95a66c4e-0520-44c2-9de5-43bfeeb28612",
            "gambit_id": "a2b8f27d-176d-4f51-8d52-2168a4f43518",
            "last_updated": "2023-09-16T13:03:03.707347-04:00",
            "created_at": "2023-09-09T09:43:01.552638-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa5a5b23-5fe6-42a7-b3a1-2a525f5f0af6/?format=api"
        },
        {
            "id": "60bb03d0-6834-4b8d-bd86-5fbcfb3d5f95",
            "gambit_id": "a0e356bf-a9eb-4640-a604-716d7d0c3700",
            "last_updated": "2023-09-16T13:03:03.716508-04:00",
            "created_at": "2023-09-09T09:43:01.557254-04:00",
            "name": "COL (C Anderson)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa5a5b23-5fe6-42a7-b3a1-2a525f5f0af6/?format=api"
        }
    ]
}