GET /api/bet_types/4a9bb5bd-c319-429f-b75b-2fdc64858bd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a9bb5bd-c319-429f-b75b-2fdc64858bd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d368feb5-a10f-4df4-8793-79b22455b2da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:07.059278-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 Lakers",
                "amount": 6752.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "088c83d5-c9f4-45c2-b40f-b396d58cd1d9",
            "gambit_id": "51da31ea-c995-4431-8346-1da08d89fb15",
            "last_updated": "2023-11-15T22:38:06.121921-05:00",
            "created_at": "2023-11-14T09:13:07.067255-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9bb5bd-c319-429f-b75b-2fdc64858bd4/?format=api"
        },
        {
            "id": "4ff11a71-0dbb-4a29-b6ef-87f329a69f42",
            "gambit_id": "47ce624d-27b6-4914-b13e-eb6541849b4b",
            "last_updated": "2023-11-15T22:38:06.111642-05:00",
            "created_at": "2023-11-14T09:13:07.063471-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9bb5bd-c319-429f-b75b-2fdc64858bd4/?format=api"
        }
    ]
}