GET /api/bet_types/5bd204af-1ee3-443a-80e1-2a1f103e0038/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bd204af-1ee3-443a-80e1-2a1f103e0038",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cafc905-cdfb-4f5b-8d51-9e9e5fed92cb/?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 Lakers",
                "amount": 6042.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "94410174-50f2-4461-862c-246a7a729fd1",
            "gambit_id": "cae998c7-9c1c-43c8-9b7d-269f327e6f64",
            "last_updated": "2022-11-05T09:22:59.607989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd204af-1ee3-443a-80e1-2a1f103e0038/?format=api"
        },
        {
            "id": "1d01ff57-0d7b-42f5-a3ff-a7cf34f55f4e",
            "gambit_id": "1c0776f7-304b-4999-9203-207686300208",
            "last_updated": "2022-11-05T09:22:59.607034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd204af-1ee3-443a-80e1-2a1f103e0038/?format=api"
        }
    ]
}