GET /api/bet_types/debcf81f-c89a-45ad-9de8-87e180f4bfd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "debcf81f-c89a-45ad-9de8-87e180f4bfd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/07185c24-4167-4626-98e3-b12bc8b75c0e/?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": "Las Vegas Raiders",
                "amount": 5571.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "57bd8ada-14a0-47cd-b59e-8fe7e6b429e4",
            "gambit_id": "9177b3c6-cc8f-4e38-a4ab-6046f6243344",
            "last_updated": "2022-12-05T15:22:04.449493-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/debcf81f-c89a-45ad-9de8-87e180f4bfd1/?format=api"
        },
        {
            "id": "785f7ce1-5c1d-4c16-891d-b934fc4f48fe",
            "gambit_id": "576ce185-5f07-42d2-b4c6-91ebc06a0813",
            "last_updated": "2022-12-05T15:22:04.450635-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/debcf81f-c89a-45ad-9de8-87e180f4bfd1/?format=api"
        }
    ]
}