GET /api/bet_types/2a03aabe-1f1e-4d78-9c9c-0ae94a67cacf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a03aabe-1f1e-4d78-9c9c-0ae94a67cacf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1087021-afae-494b-971d-0209fe6997b2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-26T09:18:18.599761-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": "CWS",
                "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": "496d0684-f1a9-45ee-a564-4e64c84b6e62",
            "gambit_id": "7d1d3b30-c41d-476f-8ee6-7bd1e0e925a8",
            "last_updated": "2023-07-27T19:13:26.915895-04:00",
            "created_at": "2023-07-26T09:18:18.607581-04:00",
            "name": "CWS",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a03aabe-1f1e-4d78-9c9c-0ae94a67cacf/?format=api"
        },
        {
            "id": "f52f2862-fdc0-4e79-a652-58b0431a1e8e",
            "gambit_id": "7072dfff-af9d-46ee-bbc3-b712ae7713d3",
            "last_updated": "2023-07-27T19:13:26.912620-04:00",
            "created_at": "2023-07-26T09:18:18.603437-04:00",
            "name": "CHC",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a03aabe-1f1e-4d78-9c9c-0ae94a67cacf/?format=api"
        }
    ]
}