GET /api/bet_types/81f11b17-536a-405a-b2fc-508d2e2691af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81f11b17-536a-405a-b2fc-508d2e2691af",
    "match": "https://api-prod.gambitprofit.com/api/matches/c15be399-39ea-46a7-9410-817db972a165/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:09.146864-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": "Los Angeles Lakers",
                "amount": 5107.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "362e3239-ffa3-4d72-9c5c-94f93dd227ce",
            "gambit_id": "ee5fec3f-cc97-49a1-884b-8277936a8f17",
            "last_updated": "2023-04-20T11:42:18.047990-04:00",
            "created_at": "2023-04-19T12:17:09.151402-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f11b17-536a-405a-b2fc-508d2e2691af/?format=api"
        },
        {
            "id": "0064f62f-c546-4678-897a-b4d28ce21b52",
            "gambit_id": "140c5f09-f299-40f7-8083-09f8baca2a31",
            "last_updated": "2023-04-20T11:42:18.045622-04:00",
            "created_at": "2023-04-19T12:17:09.149051-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81f11b17-536a-405a-b2fc-508d2e2691af/?format=api"
        }
    ]
}