GET /api/bet_types/a60d40d7-fc63-45b9-9fab-54ce07d1dea7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a60d40d7-fc63-45b9-9fab-54ce07d1dea7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8300a06-22ba-4aa4-a0ed-e23946603c73/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-15T09:23:02.416737-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": "PIT",
                "amount": 5319.0
            },
            {
                "team": "NYY",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b2c1df0-75a6-4901-8d1a-d0a60e08a831",
            "gambit_id": "ba5cc529-b5e9-4c45-ac01-9b5eb10eae59",
            "last_updated": "2023-09-16T10:33:03.984826-04:00",
            "created_at": "2023-09-15T09:23:02.426316-04:00",
            "name": "PIT",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a60d40d7-fc63-45b9-9fab-54ce07d1dea7/?format=api"
        },
        {
            "id": "399804bd-0eff-41f1-b38f-2aa9bc117690",
            "gambit_id": "dd03345e-3405-44a8-b3bf-bc19fef5f8d4",
            "last_updated": "2023-09-16T10:33:03.980466-04:00",
            "created_at": "2023-09-15T09:23:02.420569-04:00",
            "name": "NYY",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a60d40d7-fc63-45b9-9fab-54ce07d1dea7/?format=api"
        }
    ]
}