GET /api/bet_types/adbe5426-303a-4082-8944-ddfefd39cbfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adbe5426-303a-4082-8944-ddfefd39cbfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec5bf06-d15e-490a-8e15-ecf857d562d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Toronto Raptors",
                "amount": 6389.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "48524aae-12e8-434d-8439-55537e2216cf",
            "gambit_id": "4f57b3ed-8851-48ca-bf94-e4a678c967f3",
            "last_updated": "2022-11-29T09:57:06.111792-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adbe5426-303a-4082-8944-ddfefd39cbfd/?format=api"
        },
        {
            "id": "d7ad2fa3-4515-4c35-adc0-4e7589e82429",
            "gambit_id": "6ce2352c-ab47-4e73-9d1e-44bc6e592e6b",
            "last_updated": "2022-11-29T09:57:06.110537-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adbe5426-303a-4082-8944-ddfefd39cbfd/?format=api"
        }
    ]
}