GET /api/bet_types/cb9af553-65e5-4d50-be6e-0a1392241811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb9af553-65e5-4d50-be6e-0a1392241811",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd52bb70-6231-498d-a656-f6dc4d793398/?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": "Tampa Bay Buccaneers",
                "amount": 5824.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 9143.68,
        "profit_sb": 143.68,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "42568125-3dcc-4d53-9e14-8269d88b0d6f",
            "gambit_id": "19defc93-b111-4cad-98c4-2e784da7828d",
            "last_updated": "2022-11-07T09:57:23.059210-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb9af553-65e5-4d50-be6e-0a1392241811/?format=api"
        },
        {
            "id": "8d80f58c-1a8b-428b-912a-9a95411b1e6c",
            "gambit_id": "9278dfb3-6a3b-4844-a1bc-b6c62330e56a",
            "last_updated": "2022-11-07T09:57:23.060574-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb9af553-65e5-4d50-be6e-0a1392241811/?format=api"
        }
    ]
}