GET /api/bet_types/67ab8dd2-1722-4c6b-b843-e2c64ea9340b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67ab8dd2-1722-4c6b-b843-e2c64ea9340b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1929de91-4bd0-47cd-95bc-15f0f44ff9d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:03.342080-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": "MIL",
                "amount": 5213.0
            },
            {
                "team": "WAS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "13047e39-7dbc-4e44-b7af-167cf36bda4f",
            "gambit_id": "84355195-c315-4f7b-aebe-7564735c5fd8",
            "last_updated": "2023-08-01T11:03:22.823559-04:00",
            "created_at": "2023-07-31T10:23:03.347003-04:00",
            "name": "MIL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ab8dd2-1722-4c6b-b843-e2c64ea9340b/?format=api"
        },
        {
            "id": "edeac00e-d7c5-44a9-9b15-77bc922952ec",
            "gambit_id": "05b30881-87df-4f5f-b87b-9d877f9afc0d",
            "last_updated": "2023-08-01T11:03:22.827170-04:00",
            "created_at": "2023-07-31T10:23:03.351658-04:00",
            "name": "WAS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67ab8dd2-1722-4c6b-b843-e2c64ea9340b/?format=api"
        }
    ]
}