GET /api/bet_types/5240944e-54b0-4a93-8f6e-36e533b99be6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5240944e-54b0-4a93-8f6e-36e533b99be6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8124e6cd-a981-4c25-b838-fae9ac117018/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T10:07:03.867914-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": "Los Angeles Lakers",
                "amount": 6100.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd72c009-b4f0-4d32-be38-a775765ff333",
            "gambit_id": "a8b717a0-b4ae-4b4b-84bd-319a7be79140",
            "last_updated": "2023-03-30T10:26:56.590696-04:00",
            "created_at": "2023-03-29T10:07:03.872745-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5240944e-54b0-4a93-8f6e-36e533b99be6/?format=api"
        },
        {
            "id": "2efe7fea-689c-464c-b6ee-3c1fb1251672",
            "gambit_id": "c58ec6f6-d0db-4833-9453-c22c9b56d0f9",
            "last_updated": "2023-03-30T10:26:56.589486-04:00",
            "created_at": "2023-03-29T10:07:03.870257-04:00",
            "name": "Chicago Bulls",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5240944e-54b0-4a93-8f6e-36e533b99be6/?format=api"
        }
    ]
}