GET /api/bet_types/e86f7818-a415-476d-aa8c-a3f79d9aebe3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e86f7818-a415-476d-aa8c-a3f79d9aebe3",
    "match": "https://api-prod.gambitprofit.com/api/matches/44fcbfd1-161b-45f7-8e7c-c0cdedcaf90c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:04.304887-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": "CIN",
                "amount": 6324.0
            },
            {
                "team": "CHC",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "e473c38e-49ba-4f2b-9b1d-49cfd7851828",
            "gambit_id": "fbf7e11a-1da6-433e-b669-447e20c909e8",
            "last_updated": "2023-08-01T11:03:23.323578-04:00",
            "created_at": "2023-07-31T10:23:04.310816-04:00",
            "name": "CIN",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86f7818-a415-476d-aa8c-a3f79d9aebe3/?format=api"
        },
        {
            "id": "e30fe016-914c-455f-a0f1-4b1e10dd55ed",
            "gambit_id": "ca3573b3-627f-4ed9-9c0f-f5ff9db0bf85",
            "last_updated": "2023-08-01T11:03:23.327438-04:00",
            "created_at": "2023-07-31T10:23:04.317553-04:00",
            "name": "CHC",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e86f7818-a415-476d-aa8c-a3f79d9aebe3/?format=api"
        }
    ]
}