GET /api/bet_types/e95f0c7f-9328-4c7b-ad45-bbc128d16c3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e95f0c7f-9328-4c7b-ad45-bbc128d16c3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c39956bc-c7be-455b-ae9b-a04205b1921e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:22.716651-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": "PHI",
                "amount": 6324.0
            },
            {
                "team": "NYM",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "01683ea8-e01e-461d-a749-79cd8312b311",
            "gambit_id": "2296b862-025c-43f5-9e1b-879efaf4032b",
            "last_updated": "2023-10-03T10:03:11.449660-04:00",
            "created_at": "2023-10-01T09:18:22.721207-04:00",
            "name": "PHI",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e95f0c7f-9328-4c7b-ad45-bbc128d16c3e/?format=api"
        },
        {
            "id": "6b2012df-2686-411b-a1c0-f37783280230",
            "gambit_id": "78c46b10-f074-426c-b8ac-f731fee10b10",
            "last_updated": "2023-10-03T10:03:11.462804-04:00",
            "created_at": "2023-10-01T09:18:22.726943-04:00",
            "name": "NYM",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e95f0c7f-9328-4c7b-ad45-bbc128d16c3e/?format=api"
        }
    ]
}