GET /api/bet_types/1e35abe5-e1d6-40f9-af34-5ef45eb2f1ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e35abe5-e1d6-40f9-af34-5ef45eb2f1ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2f9eb7-7c9b-42c5-a02c-1be40fbdda97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:00.788144-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": 5599.0
            },
            {
                "team": "BAL",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "120f5065-fc01-44ed-a224-d1106246fe13",
            "gambit_id": "6dc003ca-8847-48f3-96e5-a2e4da3d1d19",
            "last_updated": "2023-04-28T11:22:25.333625-04:00",
            "created_at": "2023-04-27T11:52:00.789511-04:00",
            "name": "DET",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e35abe5-e1d6-40f9-af34-5ef45eb2f1ef/?format=api"
        },
        {
            "id": "3b0d212d-467e-4d0e-b6d2-c0cf31be5497",
            "gambit_id": "b3e6c220-721f-4806-a51c-08ee335cef81",
            "last_updated": "2023-04-28T11:22:25.334771-04:00",
            "created_at": "2023-04-27T11:52:00.790988-04:00",
            "name": "BAL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e35abe5-e1d6-40f9-af34-5ef45eb2f1ef/?format=api"
        }
    ]
}