GET /api/bet_types/0cac3e3d-c42b-4a89-bf23-c1cc87354c99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cac3e3d-c42b-4a89-bf23-c1cc87354c99",
    "match": "https://api-prod.gambitprofit.com/api/matches/4037be3c-8608-4aca-98cc-7b4c2b24fcad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:07.567530-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": "DET",
                "amount": 5319.0
            },
            {
                "team": "SEA",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "669dbffd-5ee4-4b78-b8e3-a26b904b13d9",
            "gambit_id": "242e447f-8689-4472-87b8-6a4a10fef3c2",
            "last_updated": "2023-07-17T10:03:16.662456-04:00",
            "created_at": "2023-07-15T08:58:07.568834-04:00",
            "name": "DET",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cac3e3d-c42b-4a89-bf23-c1cc87354c99/?format=api"
        },
        {
            "id": "49f161d4-3de1-4e51-a46e-3d86ca62f5e6",
            "gambit_id": "d00ba156-d07b-4bb4-b1c6-a668a8377fb5",
            "last_updated": "2023-07-17T10:03:16.663731-04:00",
            "created_at": "2023-07-15T08:58:07.570215-04:00",
            "name": "SEA",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cac3e3d-c42b-4a89-bf23-c1cc87354c99/?format=api"
        }
    ]
}