GET /api/bet_types/72f02044-c32d-4518-9f2b-81d30455154d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72f02044-c32d-4518-9f2b-81d30455154d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc608b0-4c4c-451d-84f2-c11fc6d5100e/?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": 6611.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b6fe6f8-037e-464e-9006-94de02026cc2",
            "gambit_id": "b172e2c7-2bb0-431e-9eea-41289d3d57c0",
            "last_updated": "2022-10-24T10:47:24.291350-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72f02044-c32d-4518-9f2b-81d30455154d/?format=api"
        },
        {
            "id": "4c17c6b0-d4ab-4a2b-b110-0a8ceac7f018",
            "gambit_id": "d15fec79-6e8f-4298-bdd9-5a57a12b9034",
            "last_updated": "2022-10-24T10:47:24.290363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72f02044-c32d-4518-9f2b-81d30455154d/?format=api"
        }
    ]
}