GET /api/bet_types/e5d8b386-c9c6-48a8-93ec-a6509fe442fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5d8b386-c9c6-48a8-93ec-a6509fe442fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb2432b-17b1-42e6-89a7-5ef72d33383b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-29T09:13:13.220588-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": "Oklahoma City Thunder",
                "amount": 5614.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5b9b8d7-b349-43be-932a-1f0326ea25fd",
            "gambit_id": "ed139186-923c-4d16-a087-aa70606bcd51",
            "last_updated": "2024-01-31T10:18:29.827365-05:00",
            "created_at": "2024-01-29T09:13:13.228723-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d8b386-c9c6-48a8-93ec-a6509fe442fa/?format=api"
        },
        {
            "id": "29db71e5-29f2-4524-8e02-be26679fc431",
            "gambit_id": "0091a902-913f-4165-9cd3-bb825f73a479",
            "last_updated": "2024-01-31T10:18:29.824047-05:00",
            "created_at": "2024-01-29T09:13:13.224469-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d8b386-c9c6-48a8-93ec-a6509fe442fa/?format=api"
        }
    ]
}