GET /api/bet_types/ff92b877-1a69-4b58-83b8-9006e8e5b93c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff92b877-1a69-4b58-83b8-9006e8e5b93c",
    "match": "https://api-prod.gambitprofit.com/api/matches/73777f61-d399-44bf-b883-e5e0ce835c07/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Chargers",
                "amount": 5212.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "fed82c54-a1f5-4743-95e1-1afa0c9b6f45",
            "gambit_id": "7651e6d8-21a5-4f7d-8fe9-b3d8a5f87062",
            "last_updated": "2022-10-11T11:56:57.435308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff92b877-1a69-4b58-83b8-9006e8e5b93c/?format=api"
        },
        {
            "id": "6a4152d8-a545-4c4b-a26b-dacadb9807df",
            "gambit_id": "be3f2abb-2612-49df-b8e9-81c47a022108",
            "last_updated": "2022-10-11T11:56:57.434321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff92b877-1a69-4b58-83b8-9006e8e5b93c/?format=api"
        }
    ]
}