GET /api/bet_types/81f97af6-1a9e-417b-847b-3fb0003bd27f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81f97af6-1a9e-417b-847b-3fb0003bd27f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f272060-72f4-4165-9734-1d428277d817/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-04T10:52:11.229245-04: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": "CWS",
                "amount": 5599.0
            },
            {
                "team": "MIN",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "70eb2bcf-7621-45f2-bc02-a53a57ae0c82",
            "gambit_id": "668adacc-32a6-4531-8368-27e124640795",
            "last_updated": "2023-05-05T11:47:10.365974-04:00",
            "created_at": "2023-05-04T10:52:11.234394-04:00",
            "name": "CWS",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f97af6-1a9e-417b-847b-3fb0003bd27f/?format=api"
        },
        {
            "id": "a97a2a7d-67fb-4bba-86aa-c28f9c1511fa",
            "gambit_id": "7f16aa02-c192-4975-8f08-28e8843fc922",
            "last_updated": "2023-05-05T11:47:10.363893-04:00",
            "created_at": "2023-05-04T10:52:11.231854-04:00",
            "name": "MIN",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f97af6-1a9e-417b-847b-3fb0003bd27f/?format=api"
        }
    ]
}