GET /api/bet_types/2e1b5ae9-5a37-4cae-98f7-dd37071a4f7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e1b5ae9-5a37-4cae-98f7-dd37071a4f7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6512772-38b8-4857-af62-fbdc726dadd2/?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": 6410.0
            },
            {
                "team": "Denver Broncos",
                "amount": 3590.0
            }
        ],
        "expected_reward_tokens": 9549.4,
        "profit_sb": 49.4,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "5bd9ae0f-de84-4aa8-b8ef-55ecbaf49df4",
            "gambit_id": "ad113c56-6a7b-4049-b970-9aebd7300e44",
            "last_updated": "2022-10-18T09:07:04.084789-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1b5ae9-5a37-4cae-98f7-dd37071a4f7f/?format=api"
        },
        {
            "id": "72e84aed-83b3-4c96-b29c-545d6be10a00",
            "gambit_id": "844421fa-eda6-43d4-a2af-585b2980e0a3",
            "last_updated": "2022-10-18T09:07:04.085839-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "2.66000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1b5ae9-5a37-4cae-98f7-dd37071a4f7f/?format=api"
        }
    ]
}