GET /api/bet_types/ecc6cbe0-0dac-45e1-8f64-e10574f88d81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecc6cbe0-0dac-45e1-8f64-e10574f88d81",
    "match": "https://api-prod.gambitprofit.com/api/matches/82b7a051-68cf-455d-a235-579a93ed8adb/?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": "PHI",
                "amount": 5204.0
            },
            {
                "team": "NYM",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b930c20-a749-496e-9128-8f39705758f5",
            "gambit_id": "3bf6854c-0a57-4c0b-ab17-f469e70cc5d0",
            "last_updated": "2022-08-14T13:41:54.262483-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc6cbe0-0dac-45e1-8f64-e10574f88d81/?format=api"
        },
        {
            "id": "79fcc84c-f4a7-4e23-8e9b-85b2901d3866",
            "gambit_id": "69dc1c1b-d763-4332-b6ea-03b91a29978e",
            "last_updated": "2022-08-14T13:41:54.262079-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc6cbe0-0dac-45e1-8f64-e10574f88d81/?format=api"
        }
    ]
}