GET /api/bet_types/e80b65b1-c011-4380-bfa2-4c1e18fd3705/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e80b65b1-c011-4380-bfa2-4c1e18fd3705",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec37b5e6-b460-4e2c-a783-1824c611d44b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:09.621466-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": 5857.0
            },
            {
                "team": "CHC",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4ea0702-4363-48ae-8e5d-3dbc3a554e16",
            "gambit_id": "5952de62-e276-4556-8128-b9a67b26f771",
            "last_updated": "2023-08-23T11:08:24.599421-04:00",
            "created_at": "2023-08-22T08:23:09.630216-04:00",
            "name": "DET",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e80b65b1-c011-4380-bfa2-4c1e18fd3705/?format=api"
        },
        {
            "id": "23823698-44f4-431f-9bff-05c8ac03e248",
            "gambit_id": "e9bd8044-6af6-464c-8555-f5601f5166d1",
            "last_updated": "2023-08-23T11:08:24.595794-04:00",
            "created_at": "2023-08-22T08:23:09.625402-04:00",
            "name": "CHC",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e80b65b1-c011-4380-bfa2-4c1e18fd3705/?format=api"
        }
    ]
}