GET /api/bet_types/23702b4d-68b5-4831-ba4c-21f96491b3d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23702b4d-68b5-4831-ba4c-21f96491b3d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e112629a-91ac-4db2-ad67-f87911dbb31b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-07T08:48:14.494983-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": 5773.0
            },
            {
                "team": "NYY",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "9689bc0e-e0b8-4c93-b38b-b58247f08d16",
            "gambit_id": "86914fdf-dfab-4e49-8f5b-37ad164480df",
            "last_updated": "2023-09-08T09:38:01.305261-04:00",
            "created_at": "2023-09-07T08:48:14.500268-04:00",
            "name": "DET",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23702b4d-68b5-4831-ba4c-21f96491b3d1/?format=api"
        },
        {
            "id": "f13f0fcc-36bf-458c-8e79-e1af222b4266",
            "gambit_id": "f99f6ab6-f05c-4b9e-8be6-94c8ad29a805",
            "last_updated": "2023-09-08T09:38:01.308782-04:00",
            "created_at": "2023-09-07T08:48:14.505507-04:00",
            "name": "NYY",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23702b4d-68b5-4831-ba4c-21f96491b3d1/?format=api"
        }
    ]
}