GET /api/bet_types/6bc464d8-6dda-4bfe-bb76-ad1e61f902f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bc464d8-6dda-4bfe-bb76-ad1e61f902f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea6ee28-050d-4634-9286-58d0432fb708/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T11:18:02.082271-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": "Detroit Lions",
                "amount": 5515.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "77744b95-f6d5-463e-be79-b05e3f21c568",
            "gambit_id": "c2d4ad7b-446e-414b-b72e-5c2eecb796cb",
            "last_updated": "2023-11-13T15:38:09.326024-05:00",
            "created_at": "2023-11-10T11:18:02.086979-05:00",
            "name": "Detroit Lions",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc464d8-6dda-4bfe-bb76-ad1e61f902f8/?format=api"
        },
        {
            "id": "85715cb1-3fa1-40d6-b5a5-8f3e164521e4",
            "gambit_id": "8be546eb-1f13-454a-8d0a-1dfdf5f531be",
            "last_updated": "2023-11-13T15:38:09.329275-05:00",
            "created_at": "2023-11-10T11:18:02.091241-05:00",
            "name": "Los Angeles Chargers",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc464d8-6dda-4bfe-bb76-ad1e61f902f8/?format=api"
        }
    ]
}