GET /api/bet_types/0968d4cb-bbd2-4e2c-aa81-451d903fb9e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0968d4cb-bbd2-4e2c-aa81-451d903fb9e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/60130768-9b14-41bf-b52f-9eb9b4d38d07/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-23T09:23:23.485797-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": "TEX",
                "amount": 6160.0
            },
            {
                "team": "HOU",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad9f5c4a-6cfb-4fce-9b25-5a3fab558221",
            "gambit_id": "36591a46-c653-4d28-85e3-597c5338df59",
            "last_updated": "2023-10-24T10:18:14.686540-04:00",
            "created_at": "2023-10-23T09:23:23.490427-04:00",
            "name": "TEX",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0968d4cb-bbd2-4e2c-aa81-451d903fb9e7/?format=api"
        },
        {
            "id": "566bb1cd-f9f5-4dbe-b462-8c692bd74626",
            "gambit_id": "3d914398-d0d2-4fc0-b85e-a20325778f5b",
            "last_updated": "2023-10-24T10:18:14.696076-04:00",
            "created_at": "2023-10-23T09:23:23.494898-04:00",
            "name": "HOU",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0968d4cb-bbd2-4e2c-aa81-451d903fb9e7/?format=api"
        }
    ]
}