GET /api/bet_types/5a37f016-303d-41de-ae7d-20ac7bdb7fde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a37f016-303d-41de-ae7d-20ac7bdb7fde",
    "match": "https://api-prod.gambitprofit.com/api/matches/325a464d-7c25-4b4e-8ed2-4a5b2411c591/?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": "Calgary Flames",
                "amount": 5106.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc43c6ef-9a5f-4e90-bc2c-748090a8d5b8",
            "gambit_id": "553fe8fb-36a9-4202-9ff0-6b2ed3a987cb",
            "last_updated": "2022-10-21T20:42:21.784683-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a37f016-303d-41de-ae7d-20ac7bdb7fde/?format=api"
        },
        {
            "id": "c21ff636-7f09-483c-99f0-21beb7cc7dae",
            "gambit_id": "c410f42b-3173-4b6e-beb8-7f43d68db39c",
            "last_updated": "2022-10-21T20:42:21.785676-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a37f016-303d-41de-ae7d-20ac7bdb7fde/?format=api"
        }
    ]
}