GET /api/bet_types/095a52a5-bdf7-4f8b-a1d4-80d4b23978a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "095a52a5-bdf7-4f8b-a1d4-80d4b23978a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9edbf87-9df1-496c-8d8b-9bfde29072f7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:13:08.863407-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7058d6bf-fedb-490c-aaf8-b680cd01b005",
            "gambit_id": "7865660c-8fff-450c-a3b4-fb90cf7fedc5",
            "last_updated": "2023-12-07T21:38:02.381498-05:00",
            "created_at": "2023-12-06T09:13:08.872957-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/095a52a5-bdf7-4f8b-a1d4-80d4b23978a7/?format=api"
        },
        {
            "id": "c0146351-50a1-4fb4-b458-b240c747beef",
            "gambit_id": "638b6e60-e390-4d95-84b7-be5c37657e84",
            "last_updated": "2023-12-07T21:38:02.378122-05:00",
            "created_at": "2023-12-06T09:13:08.867588-05:00",
            "name": "Denver Nuggets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/095a52a5-bdf7-4f8b-a1d4-80d4b23978a7/?format=api"
        }
    ]
}