GET /api/bet_types/67e357b6-4666-497e-8990-756f841bbe7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67e357b6-4666-497e-8990-756f841bbe7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bfb4ff9-4c3d-438e-866e-a403f0ae2807/?format=api",
    "name": "Play the Odds",
    "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": "Houston",
                "amount": 5097.0
            },
            {
                "team": "SMU",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b680ac4-6a1c-4cc8-86de-c255cf110077",
            "gambit_id": "5d622f2f-20eb-49f5-8457-7771b3d67e05",
            "last_updated": "2022-11-06T16:08:21.821355-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e357b6-4666-497e-8990-756f841bbe7f/?format=api"
        },
        {
            "id": "3247e043-5f89-44d3-8f6c-5bf4622641cc",
            "gambit_id": "31de120e-dd4f-4c70-84d4-b24416189312",
            "last_updated": "2022-11-06T16:08:21.820377-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e357b6-4666-497e-8990-756f841bbe7f/?format=api"
        }
    ]
}