GET /api/bet_types/736002c3-ab06-4648-83fb-2da7c8d2d613/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "736002c3-ab06-4648-83fb-2da7c8d2d613",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce8a26e6-538d-4690-a2c8-f696148b6cff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-15T12:27:13.536410-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": 5512.0
            },
            {
                "team": "HOU",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc183d25-23f2-45bf-841b-76202d3f5d97",
            "gambit_id": "f471e59c-5c28-4717-97d5-e804f8b84154",
            "last_updated": "2023-04-16T18:02:15.522926-04:00",
            "created_at": "2023-04-15T12:27:13.539147-04:00",
            "name": "TEX",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/736002c3-ab06-4648-83fb-2da7c8d2d613/?format=api"
        },
        {
            "id": "e241d578-e959-47fe-86c5-8bc4ab53c577",
            "gambit_id": "120d9877-0af4-46ea-8ed8-b1bffd6a883f",
            "last_updated": "2023-04-16T18:02:15.520284-04:00",
            "created_at": "2023-04-15T12:27:13.537754-04:00",
            "name": "HOU",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/736002c3-ab06-4648-83fb-2da7c8d2d613/?format=api"
        }
    ]
}